File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
FluentAssertions.Analyzers.Tests
FluentAssertions.Analyzers Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 - uses : actions/checkout@v2
1111 with :
1212 fetch-depth : 0
13- - name : Setup .NET 3
13+ - name : Setup .NET 6
1414 uses : actions/setup-dotnet@v1
1515 with :
16- dotnet-version : ' 3.1 .x'
16+ dotnet-version : ' 6.0 .x'
1717 - uses : nuget/setup-nuget@v1
1818 with :
1919 nuget-version : ' 5.x'
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net6 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net48</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net48;net6 </TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
7- <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
7+ <TargetFrameworks >netstandard2.0;netstandard2.1;net6 </TargetFrameworks >
88 </PropertyGroup >
99
1010 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments