Skip to content

Commit

Permalink
Merge pull request #4501 from Sergio0694/fix/remove-net-core-2.1
Browse files Browse the repository at this point in the history
Bump Notifications test project to .NET Core 3.1
  • Loading branch information
michael-hawker authored Mar 7, 2022
2 parents b39d70f + 0b93cb4 commit 4f394ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4f394ce

Please sign in to comment.