Skip to content

Commit

Permalink
.NET 5.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Nov 10, 2020
1 parent 0ee72a3 commit 6bb0bf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dysnomia.Common.SQL/Dysnomia.Common.SQL.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0</TargetFrameworks>
<Authors>Axel "Elanis" Soupé</Authors>
<Company>Dysnomia</Company>
<Description>A driver agnostic Micro-ORM for .NET Core</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Dysnomia-Studio/Dysnomia.Common.SQL</PackageProjectUrl>
<RepositoryUrl>https://github.com/Dysnomia-Studio/Dysnomia.Common.SQL</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageReleaseNotes>DbReaderMapper.GetDouble() / DbReaderMapper.GetNullableDouble()</PackageReleaseNotes>
<Version>1.1.2</Version>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<PackageReleaseNotes>.NET 5.0 compatibility</PackageReleaseNotes>
<Version>1.1.3</Version>
<AssemblyVersion>1.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6bb0bf6

Please sign in to comment.