Skip to content

Commit f2236db

Browse files
author
Andrey Fedyashov
committed
removing warnings suppression about nuget version downgrade
1 parent dd1c324 commit f2236db

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/StorageSync/StorageSync.Test/StorageSync.Test.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
<PropertyGroup>
1010
<RootNamespace>$(LegacyAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix)</RootNamespace>
1111
</PropertyGroup>
12-
13-
<PropertyGroup>
14-
<NoWarn>NU1605</NoWarn>
15-
</PropertyGroup>
16-
12+
1713
<ItemGroup>
1814
<PackageReference Include="Microsoft.Azure.Management.StorageSync" Version="3.1.0" />
1915
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="11.0.0" />

src/StorageSync/StorageSync/StorageSync.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<RootNamespace>$(LegacyAssemblyPrefix)$(PsModuleName)</RootNamespace>
1111
</PropertyGroup>
1212

13-
<PropertyGroup>
14-
<NoWarn>NU1605</NoWarn>
15-
</PropertyGroup>
16-
1713
<ItemGroup>
1814
<PackageReference Include="Microsoft.Azure.Management.StorageSync" Version="3.1.0" />
1915
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0" />

0 commit comments

Comments
 (0)