Skip to content

Commit

Permalink
Enable VS2022 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Aug 4, 2021
1 parent 28d7f63 commit b53910e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
<Version>3.8.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.0.202" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="16.8.3038" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.3177-preview3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.8.0" />
<PackageReference Include="PropertyChanged.Fody">
Expand Down

0 comments on commit b53910e

Please sign in to comment.