File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 44 <AspNetVersion >6.0.*</AspNetVersion >
55 <EFCoreVersion >6.0.*</EFCoreVersion >
66 <EFCorePostgresVersion >6.0.*</EFCorePostgresVersion >
7- <MicrosoftCodeAnalysisVersion >4.2 .*</MicrosoftCodeAnalysisVersion >
7+ <MicrosoftCodeAnalysisVersion >4.3 .*</MicrosoftCodeAnalysisVersion >
88 <HumanizerVersion >2.14.1</HumanizerVersion >
99 <JsonApiDotNetCoreVersionPrefix >5.0.3</JsonApiDotNetCoreVersionPrefix >
1010 <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
1717
1818 <ItemGroup >
1919 <PackageReference Include =" JetBrains.Annotations" Version =" 2022.1.0" PrivateAssets =" All" />
20- <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.1 " PrivateAssets =" All" />
20+ <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.2 " PrivateAssets =" All" />
2121 <AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
2222 </ItemGroup >
2323
3434 <!-- Test Project Dependencies -->
3535 <PropertyGroup >
3636 <CoverletVersion >3.1.2</CoverletVersion >
37- <MoqVersion >4.18.1 </MoqVersion >
38- <TestSdkVersion >17.2.0 </TestSdkVersion >
37+ <MoqVersion >4.18.2 </MoqVersion >
38+ <TestSdkVersion >17.3.1 </TestSdkVersion >
3939 </PropertyGroup >
4040</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
44 <TargetFramework >$(TargetFrameworkName)</TargetFramework >
1010 </ItemGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.1" />
13+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.2" />
14+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(MicrosoftCodeAnalysisVersion)" PrivateAssets =" all" >
15+ <!-- This reference solely exists to prevent build warnings for conflicting versions of Microsoft.CodeAnalysis. -->
16+ </PackageReference >
1417 </ItemGroup >
1518</Project >
Original file line number Diff line number Diff line change 1616 <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" $(AspNetVersion)" />
1717 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
1818 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
19- <PackageReference Include =" xunit" Version =" 2.4.1 " />
19+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
2020 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" PrivateAssets =" All" />
2121 </ItemGroup >
2222</Project >
You can’t perform that action at this time.
0 commit comments