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.

MQTTnet.TestApp.AspNetCore2.csproj 593 B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.0</TargetFramework>
  4. <TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Content Remove="wwwroot\app\app.ts" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\Frameworks\MQTTnet.AspnetCore\MQTTnet.AspNetCore.csproj" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <TypeScriptCompile Include="wwwroot\app\app.ts" />
  17. </ItemGroup>
  18. </Project>