Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit e9a40a1

Browse files
authored
Fix merge issues (#684)
1 parent 833932e commit e9a40a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Gallery.CredentialExpiration/Gallery.CredentialExpiration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<Version>9.0.1</Version>
104104
</PackageReference>
105105
<PackageReference Include="NuGet.Services.Messaging.Email">
106-
<Version>2.38.0</Version>
106+
<Version>2.39.0</Version>
107107
</PackageReference>
108108
<PackageReference Include="NuGet.Services.Storage">
109109
<Version>2.1.3</Version>

src/NuGet.Services.Validation.Orchestrator/NuGet.Services.Validation.Orchestrator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<PrivateAssets>all</PrivateAssets>
168168
</PackageReference>
169169
<PackageReference Include="NuGet.Services.Messaging.Email">
170-
<Version>2.38.0</Version>
170+
<Version>2.39.0</Version>
171171
</PackageReference>
172172
</ItemGroup>
173173
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/NuGet.SupportRequests.Notifications/NuGet.SupportRequests.Notifications.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<Version>9.0.1</Version>
112112
</PackageReference>
113113
<PackageReference Include="NuGet.Services.Messaging.Email">
114-
<Version>2.38.0</Version>
114+
<Version>2.39.0</Version>
115115
</PackageReference>
116116
</ItemGroup>
117117
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)