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 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6</TargetFramework >
4+ <TargetFramework >net6.0 </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;net6</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net48;net6.0 </TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
7- <TargetFrameworks >netstandard2.0;netstandard2.1;net6</TargetFrameworks >
7+ <TargetFrameworks >netstandard2.0;netstandard2.1;net6.0 </TargetFrameworks >
88 </PropertyGroup >
99
1010 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments