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.0</TargetFramework>
- <TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
- </PropertyGroup>
-
- <ItemGroup>
- <Content Remove="wwwroot\app\app.ts" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\..\Frameworks\MQTTnet.AspnetCore\MQTTnet.AspNetCore.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <TypeScriptCompile Include="wwwroot\app\app.ts" />
- </ItemGroup>
-
- </Project>
|