File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 <ItemGroup >
33 <AdditionalFiles Include =" $(MSBuildThisFileDirectory)stylecop.json" Link =" stylecop.json" />
44 <Compile Include =" $(MSBuildThisFileDirectory)CommonAssemblyInfo.cs" />
5- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.6.1 " PrivateAssets =" All" />
6- <PackageReference Include =" Microsoft.CodeQuality.Analyzers" Version =" 2.6.1 " PrivateAssets =" All" />
7- <PackageReference Include =" Microsoft.NetCore.Analyzers" Version =" 2.6.1 " PrivateAssets =" All" />
5+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.6.2 " PrivateAssets =" All" />
6+ <PackageReference Include =" Microsoft.CodeQuality.Analyzers" Version =" 2.6.2 " PrivateAssets =" All" />
7+ <PackageReference Include =" Microsoft.NetCore.Analyzers" Version =" 2.6.2 " PrivateAssets =" All" />
88 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
99 <PackageReference Include =" OpenCover" Version =" 4.6.519" PrivateAssets =" All" />
1010 <PackageReference Include =" ReportGenerator" Version =" 4.0.0-rc4" PrivateAssets =" All" />
1111 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.0.2" PrivateAssets =" All" />
12- <PackageReference Include =" Text.Analyzers" Version =" 2.6.1 " PrivateAssets =" All" />
12+ <PackageReference Include =" Text.Analyzers" Version =" 2.6.2 " PrivateAssets =" All" />
1313 </ItemGroup >
1414 <PropertyGroup >
1515 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
Original file line number Diff line number Diff line change 1515 <ProjectReference Include =" ..\..\src\SqlLocalDb\MartinCostello.SqlLocalDb.csproj" />
1616 </ItemGroup >
1717 <ItemGroup >
18- <PackageReference Include =" MartinCostello.Logging.XUnit" Version =" 0.1.0-beta1 " />
18+ <PackageReference Include =" MartinCostello.Logging.XUnit" Version =" 0.1.0" />
1919 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
2020 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1.1" />
2121 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1" />
You can’t perform that action at this time.
0 commit comments