Upgrade to net6.0 [csproj]
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
04f8c9ca12
commit
cce18fa163
@ -1,6 +1,8 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net5.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="MySqlConnector" Version="0.61.0" />
|
<PackageReference Include="MySqlConnector" Version="0.61.0" />
|
||||||
|
Loading…
Reference in New Issue
Block a user