Skip to content

Commit

Permalink
Removed storage dependency on FxCopAnalyzers reference and NUnit in S…
Browse files Browse the repository at this point in the history
…torage AesGcm Tests when upgrading to VS2022 17.3 (Azure#30453)

* Undo NoWarn, removed double FxCopAnalyzer Reference in directory build props and Nunuit in AcmGcm tests
  • Loading branch information
amnguye authored Aug 11, 2022
1 parent 5aad0a4 commit 61d08ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<Compile Include="$(AzureStorageSharedSources)Constants.cs" LinkBase="Shared" />
<Compile Include="$(AzureStorageSharedSources)AesGcm\**\*.cs" LinkBase="Shared" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
8 changes: 0 additions & 8 deletions sdk/storage/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@
<DefineConstants>DEBUG;$(DefineConstants)</DefineConstants>
</PropertyGroup>

<!-- Add references for CLIENT LIBRARY projects -->
<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(IsClientLibrary)' == 'true'">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<!-- Add references for TEST projects -->
<ItemGroup Condition="'$(IsTestProject)' == 'true' and '$(IsClientLibrary)' == 'true'">
<PackageReference Include="Microsoft.NET.Test.Sdk" />
Expand Down

0 comments on commit 61d08ef

Please sign in to comment.