|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project> |
3 | 3 | <PropertyGroup> |
4 | | - <Authors>Michael Camara Pendon and others</Authors> |
| 4 | + <Authors>AmpScm, Michael Camara Pendon and others</Authors> |
5 | 5 | <Company>RepoDb</Company> |
6 | 6 | <Product>RepoDb</Product> |
7 | 7 | <Version Condition="'$(Version)' == ''">0.0.1-dev</Version> |
8 | 8 | <LangVersion>default</LangVersion> |
9 | | - <Copyright>Copyright © 2020-2025</Copyright> |
| 9 | + <Copyright>Copyright © 2020-2026</Copyright> |
10 | 10 | <PackageProjectUrl>https://repodb.net/</PackageProjectUrl> |
11 | 11 | <RepositoryType>Github</RepositoryType> |
12 | 12 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
|
21 | 21 | <IncludeSymbols>true</IncludeSymbols> |
22 | 22 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
23 | 23 | <DisableTransitiveProjectReferences>true</DisableTransitiveProjectReferences> |
24 | | - <TestTargetFrameworks>net9.0;net8.0;net48</TestTargetFrameworks> |
| 24 | + <EnableMSTestRunner>true</EnableMSTestRunner> |
| 25 | + <TestTargetFrameworks>net10.0;net9.0;net8.0;net48</TestTargetFrameworks> |
| 26 | + <TestTargetOutputType>Exe</TestTargetOutputType> |
| 27 | + <TestingPlatformDotnetTestRunner>true</TestingPlatformDotnetTestRunner> |
25 | 28 | <LangVersion>preview</LangVersion> |
26 | 29 | </PropertyGroup> |
27 | | - <PropertyGroup Condition=" '$(MSBuildProjectName)' != '' and $(MSBuildProjectName.Contains('Test')) "> |
28 | | - <IsTestProject>false</IsTestProject> |
29 | | - </PropertyGroup> |
30 | 30 | <PropertyGroup> |
31 | 31 | <!-- Reduce tests while running inside VS --> |
32 | | - <TestTargetFrameworks Condition="'$(VisualStudioVersion)' != '' and '$(BuildingInsideVisualStudio)' == 'true'">net9.0</TestTargetFrameworks> |
| 32 | + <TestTargetFrameworks Condition="'$(VisualStudioVersion)' != '' and '$(BuildingInsideVisualStudio)' == 'true'">net10.0</TestTargetFrameworks> |
33 | 33 | </PropertyGroup> |
34 | 34 | <Target Name="SetGenerateBeforeBuild" BeforeTargets="Build"> |
35 | 35 | <!-- IsPackable is set in project files, so delay evaluating this --> |
|
0 commit comments