Update MineSweeper.csproj

This commit is contained in:
Masahiko AMANO 2022-03-03 17:58:59 +03:00
parent d565970903
commit 4f2b5cd940

View File

@ -1,10 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/H1K0/MineSweeper.git</RepositoryUrl>
<Copyright>Masahiko AMANO a.k.a. H1K0</Copyright>
<Authors>H1K0</Authors>
<StartupObject>MineSweeper.Program</StartupObject>
<PackageProjectUrl>https://github.com/H1K0/MineSweeper</PackageProjectUrl>
</PropertyGroup>
</Project>