Skip to content

Commit

Permalink
target net5.0 net6.0 netcoreapp3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinorid committed May 7, 2023
1 parent ab04f8c commit 2abf06e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dbml2Ef/Dbml2Ef.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<PackAsTool>true</PackAsTool>
<AssemblyVersion>0.1.3</AssemblyVersion>
<AssemblyVersion>0.1.4</AssemblyVersion>
<AssemblyName>dbml2ef</AssemblyName>
<TargetFrameworks>net5.0;net6.0;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
<Title>Cinorid.dbml2ef</Title>
<PackageId>Cinorid.dbml2ef</PackageId>
<Version>0.1.3</Version>
<Version>0.1.4</Version>
<Authors>Cinorid (AhmadReza Saghari)</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Summary>linq2sql or Visual Studio DBML file to Entity Framework models converter</Summary>
Expand Down

0 comments on commit 2abf06e

Please sign in to comment.