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.
22 lines
1.0 KiB
22 lines
1.0 KiB
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
|
|
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
|
|
<Version>1.1.0.0</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="5.0.4" />
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.4" />
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="5.0.4" />
|
|
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.2.3" />
|
|
<PackageReference Include="System.IO.Ports" Version="5.0.1" />
|
|
<PackageReference Include="Vibrant.InfluxDB.Client" Version="4.0.4" />
|
|
<PackageReference Include="UoN.ExpressiveAnnotations.NetCore" Version="1.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Application\Application.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|