28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>System.Text.Json</AssemblyName>
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
<TargetFramework>net48</TargetFramework>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<LangVersion>12.0</LangVersion>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Remove="ILLink.Substitutions.xml" />
|
|
<EmbeddedResource Include="ILLink.Substitutions.xml" LogicalName="ILLink.Substitutions.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="../System.Memory/System.Memory.csproj" />
|
|
<ProjectReference Include="../System.Text.Encodings.Web/System.Text.Encodings.Web.csproj" />
|
|
<ProjectReference Include="../System.Numerics.Vectors/System.Numerics.Vectors.csproj" />
|
|
<ProjectReference Include="../System.Threading.Tasks.Extensions/System.Threading.Tasks.Extensions.csproj" />
|
|
<ProjectReference Include="../Microsoft.Bcl.AsyncInterfaces/Microsoft.Bcl.AsyncInterfaces.csproj" />
|
|
<ProjectReference Include="../System.Buffers/System.Buffers.csproj" />
|
|
<ProjectReference Include="../System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|