2017-08-23 13:31:58 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-03-04 16:58:35 -06:00
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
|
|
|
<UserSecretsId>aspnet-Sample-537DE49C-326C-49FF-A722-E794EF69282E</UserSecretsId>
|
|
|
|
|
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
|
2017-08-23 13:31:58 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-03-04 16:58:35 -06:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
|
|
|
|
|
<PackageReference Include="RavenDB.Client" Version="4.1.4" />
|
2017-08-23 13:31:58 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
2017-09-06 11:49:33 -05:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\RavenDB.Identity\RavenDB.Identity.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-03-04 16:58:35 -06:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Services\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-08-23 13:31:58 -05:00
|
|
|
</Project>
|