File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
FluentAssertions.Analyzers.Tests
FluentAssertions.Analyzers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6</TargetFramework >
4
+ <TargetFramework >net6.0 </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;net6</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net48;net6.0 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
7
- <TargetFrameworks >netstandard2.0;netstandard2.1;net6</TargetFrameworks >
7
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net6.0 </TargetFrameworks >
8
8
</PropertyGroup >
9
9
10
10
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments