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