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:
10
10
- uses : actions/checkout@v2
11
11
with :
12
12
fetch-depth : 0
13
- - name : Setup .NET 3
13
+ - name : Setup .NET 6
14
14
uses : actions/setup-dotnet@v1
15
15
with :
16
- dotnet-version : ' 3.1 .x'
16
+ dotnet-version : ' 6.0 .x'
17
17
- uses : nuget/setup-nuget@v1
18
18
with :
19
19
nuget-version : ' 5.x'
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net6 </TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
4
- <TargetFrameworks >netstandard2.0;netstandard2.1;net48</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net48;net6 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
7
- <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
7
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net6 </TargetFrameworks >
8
8
</PropertyGroup >
9
9
10
10
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments