10 lines
232 B
XML
10 lines
232 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Version>1.0.13</Version>
|
|
<Configurations>Debug;Release;Staging;DebugStaging</Configurations>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|