File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 - name : Setup .NET
3131 uses : actions/setup-dotnet@v3
3232 with :
33- dotnet-version : 6 .0.x
33+ dotnet-version : 7 .0.x
3434
3535 - name : Restore Dependencies
3636 run : dotnet restore
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;net6.0</TargetFrameworks >
3+ <TargetFrameworks >netstandard2.0;net6.0;net7.0 </TargetFrameworks >
44 <NoWarn >1591</NoWarn >
55 </PropertyGroup >
66
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
17- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0 " />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
1818 <PackageReference Include =" FluentAssertions" Version =" 6.8.0" />
1919 <PackageReference Include =" xunit" Version =" 2.4.2" />
2020 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
You can’t perform that action at this time.
0 commit comments