Update MineSweeper.csproj
This commit is contained in:
parent
d565970903
commit
4f2b5cd940
@ -1,10 +1,15 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<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>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user