You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
873 B
18 lines
873 B
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
|
|
<PackageReference Include="Vibrant.InfluxDB.Client" Version="3.7.0" />
|
|
<PackageReference Include="WampSharp.AspNetCore.WebSockets.Server" Version="18.12.1" />
|
|
<PackageReference Include="WampSharp.Default" Version="18.12.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
|
|
<ProjectReference Include="..\IoT\IoT.Shared\IoT.Shared.csproj" />
|
|
</ItemGroup>
|
|
</Project> |