File tree Expand file tree Collapse file tree
System.IO.Abstractions.Analyzers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <ItemGroup >
99 <PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.1" />
10- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 2.10 .0" />
10+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 3.0 .0" />
1111 <PackageReference Include =" Shouldly" Version =" 3.0.2" />
1212 </ItemGroup >
1313
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard1.4 </TargetFramework >
4+ <TargetFramework >netstandard2.0 </TargetFramework >
55 <PackageTargetFallback >portable-net45+win8+wp8+wpa81</PackageTargetFallback >
66 <IncludeBuildOutput >false</IncludeBuildOutput >
77 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
1717 </PropertyGroup >
1818 <PropertyGroup >
1919 <PackageId >Roslyn.System.IO.Abstractions.Analyzers</PackageId >
20- <PackageVersion >4.0.0 </PackageVersion >
20+ <PackageVersion >4.0.1 </PackageVersion >
2121 <Authors >inyutin_maxim</Authors >
2222 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2323 <PackageProjectUrl >https://github.com/System-IO-Abstractions/System.IO.Abstractions.Analyzers/</PackageProjectUrl >
3737 <ItemGroup >
3838 <PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.1" PrivateAssets =" all" />
3939 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 2.9.1" PrivateAssets =" all" />
40- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.10 .0" PrivateAssets =" all" />
41- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.10 .0" PrivateAssets =" all" />
40+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.0 .0" PrivateAssets =" all" />
41+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.0 .0" PrivateAssets =" all" />
4242 <PackageReference Update =" NETStandard.Library" PrivateAssets =" all" />
4343 <PackageReference Include =" Microsoft.CodeQuality.Analyzers" Version =" 2.9.1" PrivateAssets =" all" />
4444 <PackageReference Include =" Roslyn.Diagnostics.Analyzers" Version =" 2.9.1" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments