Skip to content

Commit d01ec31

Browse files
authored
Fix assembly warnings (#8928)
1 parent dff7071 commit d01ec31

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/NuGetGallery.Core/NuGetGallery.Core.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<Version>6.0.0</Version>
5151
</PackageReference>
5252
<PackageReference Include="NuGet.Services.FeatureFlags">
53-
<Version>2.96.0</Version>
53+
<Version>2.97.0</Version>
5454
</PackageReference>
5555
<PackageReference Include="WindowsAzure.Storage">
5656
<Version>9.3.3</Version>
@@ -59,13 +59,13 @@
5959

6060
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
6161
<PackageReference Include="NuGet.Services.Messaging.Email">
62-
<Version>2.96.0</Version>
62+
<Version>2.97.0</Version>
6363
</PackageReference>
6464
<PackageReference Include="NuGet.Services.Validation">
65-
<Version>2.96.0</Version>
65+
<Version>2.97.0</Version>
6666
</PackageReference>
6767
<PackageReference Include="NuGet.Services.Validation.Issues">
68-
<Version>2.96.0</Version>
68+
<Version>2.97.0</Version>
6969
</PackageReference>
7070
<PackageReference Include="NuGet.StrongName.elmah.corelibrary">
7171
<Version>1.2.2</Version>

src/NuGetGallery/NuGetGallery.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,13 +2254,13 @@
22542254
<Version>6.0.0</Version>
22552255
</PackageReference>
22562256
<PackageReference Include="NuGet.Services.Licenses">
2257-
<Version>2.96.0</Version>
2257+
<Version>2.97.0</Version>
22582258
</PackageReference>
22592259
<PackageReference Include="NuGet.Services.Owin">
2260-
<Version>2.96.0</Version>
2260+
<Version>2.97.0</Version>
22612261
</PackageReference>
22622262
<PackageReference Include="NuGet.Services.Sql">
2263-
<Version>2.96.0</Version>
2263+
<Version>2.97.0</Version>
22642264
</PackageReference>
22652265
<PackageReference Include="Owin">
22662266
<Version>1.0.0</Version>

src/NuGetGallery/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
</dependentAssembly>
641641
<dependentAssembly>
642642
<assemblyIdentity name="Microsoft.Azure.Services.AppAuthentication" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
643-
<bindingRedirect oldVersion="0.0.0.0-1.3.1.0" newVersion="1.3.1.0"/>
643+
<bindingRedirect oldVersion="0.0.0.0-1.4.0.0" newVersion="1.4.0.0"/>
644644
</dependentAssembly>
645645
<dependentAssembly>
646646
<assemblyIdentity name="System.Web.Http" publicKeyToken="31BF3856AD364E35" culture="neutral"/>

0 commit comments

Comments
 (0)