Skip to content

Commit 0fa03b5

Browse files
authored
Merge pull request #70 from mayuki/hotfix/EFCoreTargetFrameworks
fix: Add net5.0 to TargetFrameworks
2 parents e2531b5 + 7931261 commit 0fa03b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rin.Extensions.EntityFrameworkCore/Rin.Extensions.EntityFrameworkCore.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>netcoreapp3.1</TargetFramework>
4+
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
55
<!-- NuGet Package Information -->
66
<Description>This package adds support for Entity Framwork Core to Rin</Description>
77
<PackageTags>Rin EntityFrameworkCore</PackageTags>

0 commit comments

Comments
 (0)