mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
12 lines
248 B
XML
12 lines
248 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>Microsoft.Iris.Debug</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="OwlCore" Version="0.2.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|