Skip to content

Commit 43bfb19

Browse files
committed
Updated Visual Studio validation attributes to major release
This is a build-only dependency and won't impact any downstream consumers. (Technically, the attributes in this library are exposed on public attributes, but knowledge of those attributes isn't necessary for consuming libraries; they instead impact how the decorated parameters are interpreted by code analysis.)
1 parent aa56b58 commit 43bfb19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic/OnTopic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
2929
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
30-
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="16.9.32">
30+
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="17.0.34">
3131
<PrivateAssets>all</PrivateAssets>
3232
</PackageReference>
3333
</ItemGroup>

0 commit comments

Comments
 (0)