mirror of
https://github.com/ivabus/roulette
synced 2024-11-26 10:25:07 +03:00
aa26add757
Code refactoring Getting ready to 2.0 release
9 lines
223 B
XML
9 lines
223 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>roulette</RootNamespace>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|