We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4d43b commit 94ea213Copy full SHA for 94ea213
ExposedObject/ExposedObject.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
4
</PropertyGroup>
@@ -23,6 +23,6 @@
23
<AdditionalFiles Include="PublicAPI.Unshipped.txt" />
24
</ItemGroup>
25
<ItemGroup>
26
- <PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.3" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" PrivateAssets="All" />
27
28
</Project>
0 commit comments