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

Commit eafceca

Browse files
authored
Merge pull request #396 from NuGet/dg-messaging-email-net6
2 parents cca6f21 + 0b8c5b7 commit eafceca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/NuGet.Services.Messaging.Email/NuGet.Services.Messaging.Email.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFrameworks>net472;net6</TargetFrameworks>
55
<Description>Components shared between the front-end and back-end concerning email messaging</Description>
66
</PropertyGroup>
77

88
<ItemGroup>
99
<PackageReference Include="Markdig.Signed">
10-
<Version>0.26.0</Version>
10+
<Version>0.30.2</Version>
1111
</PackageReference>
1212
<PackageReference Include="NuGet.StrongName.AnglicanGeek.MarkdownMailer">
1313
<Version>1.2.0</Version>

src/NuGet.Services.Messaging/NuGet.Services.Messaging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFrameworks>net472;net6</TargetFrameworks>
55
<Description>Logic shared between the front-end and back-end concerning asynchronous messaging</Description>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)