Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Tetris/Tetris.csproj

15 lines
349 B
XML
Raw Normal View History

2022-03-23 08:59:39 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
2022-04-06 11:39:36 +02:00
<TargetFramework>net6.0-windows</TargetFramework>
2022-03-23 08:59:39 +01:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pastel" Version="3.0.0" />
</ItemGroup>
2022-03-23 08:59:39 +01:00
</Project>