Skip to content

Commit

Permalink
Fix build on machines with Visual Studio 2022 Update 3
Browse files Browse the repository at this point in the history
This is a workaround for Azure Pipelines Hosted agents, which haven't upgraded to Dev17.4 yet.
  • Loading branch information
AArnott committed Nov 22, 2022
1 parent ca3ab7d commit 6bcec43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<ItemGroup>
<PackageVersion Include="CSharpIsNullAnalyzer" Version="0.1.329" />
<PackageVersion Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" />
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="4.4.0" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.5.119" />
<PackageVersion Include="Nullable" Version="1.3.1" />
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.435" />
Expand All @@ -25,11 +26,12 @@
<ItemGroup>
<PackageReference Include="CSharpIsNullAnalyzer" PrivateAssets="all" />
<PackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" PrivateAssets="all" />
<PackageReference Include="Microsoft.Net.Compilers.Toolset" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" />
<PackageReference Include="Nullable" PrivateAssets="all" />
<PackageReference Include="StyleCop.Analyzers.Unstable" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 6bcec43

Please sign in to comment.