Skip to content
Snippets Groups Projects
Main.csproj 383 B
Newer Older
<Project Sdk="Microsoft.NET.Sdk">
Michal Ondrejička's avatar
Michal Ondrejička committed

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
Michal Ondrejička's avatar
Michal Ondrejička committed
    <AssemblyVersion>2021.6.22.8</AssemblyVersion>
    <FileVersion>2021.6.22.8</FileVersion>
    <Version>1.0</Version>
Michal Ondrejička's avatar
Michal Ondrejička committed
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\SDK\SDK.csproj" />
  </ItemGroup>

</Project>