|
|
|
@ -1,7 +1,7 @@
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
|
|
<RollForward>LatestMajor</RollForward>
|
|
|
|
<RollForward>LatestMajor</RollForward>
|
|
|
|
<Version>2.5.0</Version>
|
|
|
|
<Version>2.5.0</Version>
|
|
|
|
|