File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "gitversion.tool" : {
6- "version" : " 6.4 .0" ,
6+ "version" : " 6.5 .0" ,
77 "commands" : [
88 " dotnet-gitversion"
99 ],
1717 "rollForward" : false
1818 },
1919 "docfx" : {
20- "version" : " 2.78.3 " ,
20+ "version" : " 2.78.4 " ,
2121 "commands" : [
2222 " docfx"
2323 ],
Original file line number Diff line number Diff line change 5252 - name : Test
5353 run : |
5454 dotnet test --configuration Release --no-build \
55- -p:TestingPlatformCommandLineArguments="-- report-trx --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml"
55+ -- report-trx --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml
5656
5757 - name : Package
5858 run : |
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ SPDX-License-Identifier: MIT
1313 <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' != 'true'" >false</ContinuousIntegrationBuild >
1414
1515 <!-- Use the latest .NET SDK -->
16- <MainTargetFramework >net9 .0</MainTargetFramework >
16+ <MainTargetFramework >net10 .0</MainTargetFramework >
1717
1818 <!-- Use the latest C# language standard -->
19- <LangVersion >13 .0</LangVersion >
19+ <LangVersion >14 .0</LangVersion >
2020 <Nullable >enable</Nullable >
2121 <ImplicitUsings >enable</ImplicitUsings >
2222
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99 <!-- all -->
1010 <PackageVersion Include =" Dorssel.GitVersion.MsBuild" Version =" 1.1.1" />
1111 <!-- netstandard2.0 -->
12- <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9 .0.9 " />
13- <PackageVersion Include =" Microsoft.Bcl.Memory" Version =" 9 .0.9 " />
12+ <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 10 .0.0 " />
13+ <PackageVersion Include =" Microsoft.Bcl.Memory" Version =" 10 .0.0 " />
1414 </ItemGroup >
1515</Project >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.306 " ,
3+ "version" : " 10 .0.100 " ,
44 "allowPrerelease" : false ,
55 "rollForward" : " latestFeature"
66 },
77 "msbuild-sdks" : {
88 "Microsoft.Build.NoTargets" : " 3.7.134" ,
9- "MSTest.Sdk" : " 4.0.0"
9+ "MSTest.Sdk" : " 4.0.2"
10+ },
11+ "test" : {
12+ "runner" : " Microsoft.Testing.Platform"
1013 }
1114}
You can’t perform that action at this time.
0 commit comments