File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
</ItemGroup >
15
15
16
16
<ItemGroup Label =" Analyzer Package References" >
17
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" PrivateAssets =" all" Version =" 2.9.4 " />
18
- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets =" All" Version =" 16.3.52 " />
17
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" PrivateAssets =" all" Version =" 2.9.6 " />
18
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets =" All" Version =" 16.4.16 " />
19
19
<PackageReference Include =" StyleCop.Analyzers" PrivateAssets =" All" Version =" 1.1.118" />
20
20
</ItemGroup >
21
21
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup Label =" Build" >
4
4
<TargetFrameworks >netstandard1.1;netstandard2.0;net461;net472</TargetFrameworks >
48
48
</ItemGroup >
49
49
50
50
<ItemGroup Label =" Analyzer Package References" >
51
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" PrivateAssets =" all" Version =" 2.9.4 " />
52
- <PackageReference Condition =" '$(TargetFramework)' != 'netstandard1.1'" Include =" Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets =" All" Version =" 16.3.52 " />
51
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" PrivateAssets =" all" Version =" 2.9.6 " />
52
+ <PackageReference Condition =" '$(TargetFramework)' != 'netstandard1.1'" Include =" Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets =" All" Version =" 16.4.16 " />
53
53
<PackageReference Include =" StyleCop.Analyzers" PrivateAssets =" All" Version =" 1.1.118" />
54
54
</ItemGroup >
55
55
56
56
<ItemGroup Label =" Files" >
57
- <None Include =" ..\..\Images\Icon.png" Pack =" true" PackagePath =" \" />
57
+ <None Include =" ..\..\Images\Icon.png" Pack =" true" PackagePath =" \" />
58
58
</ItemGroup >
59
59
60
60
</Project >
Original file line number Diff line number Diff line change 18
18
</ItemGroup >
19
19
20
20
<ItemGroup Label =" Analyzer Package References" >
21
- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets =" All" Version =" 16.3.52 " />
21
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets =" All" Version =" 16.4.16 " />
22
22
<PackageReference Include =" StyleCop.Analyzers" PrivateAssets =" All" Version =" 1.1.118" />
23
23
</ItemGroup >
24
24
You can’t perform that action at this time.
0 commit comments