File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
FluentAssertions.Analyzers.Tests
FluentAssertions.Analyzers Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" FluentAssertions" Version =" 5.3.2 " />
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.2 " />
12- <PackageReference Include =" MSTest.TestAdapter" Version =" 1.3.1 " />
13- <PackageReference Include =" MSTest.TestFramework" Version =" 1.3.1 " />
10+ <PackageReference Include =" FluentAssertions" Version =" 5.9.0 " />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0 " />
12+ <PackageReference Include =" MSTest.TestAdapter" Version =" 2.0.0 " />
13+ <PackageReference Include =" MSTest.TestFramework" Version =" 2.0.0 " />
1414 </ItemGroup >
1515
1616 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard1.3; netstandard2.0;netstandard2.1</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
55 <RootNamespace >FluentAssertions.Analyzers</RootNamespace >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.8.2 " />
9+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.3.1 " />
1010 <PackageReference Include =" Microsoft.Composition" Version =" 1.0.31" />
1111 </ItemGroup >
1212
You can’t perform that action at this time.
0 commit comments