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.
|
- <Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
- </PropertyGroup>
-
- <ItemGroup>
- <Content Remove="wwwroot\app\app.ts" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore" Version="2.1.6" />
- <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.6" />
- <PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="2.1.3" />
- <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.1" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\..\Source\MQTTnet.AspnetCore\MQTTnet.AspNetCore.csproj" />
- <ProjectReference Include="..\..\Source\MQTTnet\MQTTnet.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <TypeScriptCompile Include="wwwroot\app\app.ts" />
- </ItemGroup>
-
- </Project>
|