All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
10 lines
214 B
XML
10 lines
214 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<RootNamespace>Assignment_1</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|