2024-01-29 21:42:06 -06:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
|
|
|
|
|
<LangVersion>12</LangVersion>
|
2024-01-29 21:57:00 -06:00
|
|
|
<RootNamespace>Microsoft.Iris.Asm</RootNamespace>
|
2024-01-29 21:42:06 -06:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MicrosoftIris\UIX\UIX.csproj" />
|
|
|
|
|
<PackageReference Include="Sprache" Version="2.3.1" />
|
|
|
|
|
|
|
|
|
|
<PackageReference Include="PolySharp" Version="1.14.1">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|