mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
Upgrade to net6.0 [csproj]
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
04f8c9ca12
commit
cce18fa163
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MySqlConnector" Version="0.61.0" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue