dotnet-installer/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj

8 lines
218 B
XML
Raw Normal View History

2020-07-02 00:02:24 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2020-10-26 02:19:57 +00:00
<TargetFramework>net6.0</TargetFramework>
2020-07-02 00:02:24 +00:00
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
</PropertyGroup>
</Project>