10 lines
271 B
XML
10 lines
271 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
|
<DebugType>embedded</DebugType>
|
|
<AssemblyVersion>2.1.0.0</AssemblyVersion>
|
|
<FileVersion>2.1.0.0</FileVersion>
|
|
<Version>2.1.0</Version>
|
|
</PropertyGroup>
|
|
</Project>
|