17 lines
806 B
XML
17 lines
806 B
XML
<!-- This file is automatically generated. -->
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
|
|
<Compile Include="Microsoft.AspNetCore.Components.Server.netcoreapp3.0.cs" />
|
|
<Reference Include="Microsoft.AspNetCore.Components.Browser" />
|
|
<Reference Include="Microsoft.Extensions.Logging" />
|
|
<Reference Include="Microsoft.AspNetCore.SignalR" />
|
|
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
|
|
<Reference Include="Microsoft.Extensions.Caching.Memory" />
|
|
<Reference Include="Microsoft.Extensions.FileProviders.Composite" />
|
|
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
|
|
</ItemGroup>
|
|
</Project>
|