Ooui-tws-port/PlatformSamples/AspNetCoreMvc/AspNetCoreMvc.csproj

18 lines
562 B
XML
Raw Normal View History

2019-03-21 22:01:16 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2017-11-10 02:54:50 +00:00
<PropertyGroup>
2021-05-09 18:27:13 +00:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2017-11-10 02:54:50 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
2017-11-10 02:54:50 +00:00
</ItemGroup>
2017-11-10 03:34:37 +00:00
<ItemGroup>
<ProjectReference Include="..\..\Ooui.AspNetCore\Ooui.AspNetCore.csproj" />
<ProjectReference Include="..\..\Ooui\Ooui.csproj" />
2017-11-10 06:35:47 +00:00
<ProjectReference Include="..\..\Samples\Samples.csproj" />
2017-11-10 17:57:45 +00:00
<ProjectReference Include="..\..\Ooui.Forms\Ooui.Forms.csproj" />
2017-11-10 03:34:37 +00:00
</ItemGroup>
2017-11-10 02:54:50 +00:00
</Project>