File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99 permissions :
1010 contents : read
1111 packages : write
12- uses : NetChris/workflows/.github/workflows/pre-release-dotnet-build-test-pack-push-default.yml@6753ed25deacfc53e292f92ba38bee45012a4279
12+ uses : NetChris/workflows/.github/workflows/pre-release-dotnet-build-test-pack-push-default.yml@v0.0
1313 secrets : inherit
Original file line number Diff line number Diff line change 99 permissions :
1010 contents : read
1111 packages : write
12- uses : NetChris/workflows/.github/workflows/release-dotnet-build-test-pack-push-default.yml@6753ed25deacfc53e292f92ba38bee45012a4279
12+ uses : NetChris/workflows/.github/workflows/release-dotnet-build-test-pack-push-default.yml@v0.0
1313 secrets : inherit
Original file line number Diff line number Diff line change 77 permissions :
88 contents : read
99 packages : write
10- uses : NetChris/workflows/.github/workflows/push-dotnet-build-test-pack-push-default.yml@6753ed25deacfc53e292f92ba38bee45012a4279
10+ uses : NetChris/workflows/.github/workflows/push-dotnet-build-test-pack-push-default.yml@v0.0
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66
77 <LangVersion >10.0</LangVersion >
1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" FluentAssertions" Version =" 6.2.* " />
22- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11.* " />
23- <PackageReference Include =" xunit" Version =" 2.4.* " />
24- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.* " >
21+ <PackageReference Include =" FluentAssertions" Version =" 6.12.2 " />
22+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
23+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
24+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
2525 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2626 <PrivateAssets >all</PrivateAssets >
2727 </PackageReference >
28- <PackageReference Include =" coverlet.collector" Version =" 3.1.* " >
28+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
2929 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3030 <PrivateAssets >all</PrivateAssets >
3131 </PackageReference >
You can’t perform that action at this time.
0 commit comments