Update .NET 5 Unicode data to version 13.0.0 (#33538)
[platform/upstream/dotnet/runtime.git] / src / libraries / System.Text.Encodings.Web / tools / GenUnicodeRanges / GenUnicodeRanges.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <OutputType>Exe</OutputType>
4     <TargetFrameworks>netcoreapp3.1</TargetFrameworks>
5     <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
6   </PropertyGroup>
7   <PropertyGroup>
8   </PropertyGroup>
9   <ItemGroup>
10     <Compile Include="Program.cs" />
11   </ItemGroup>
12 </Project>