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.
 
 
 
 

29 lines
922 B

  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</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" Version="2.1.6" />
  11. <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.6" />
  12. <PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="2.1.3" />
  13. <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.1" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\..\Source\MQTTnet.AspnetCore\MQTTnet.AspNetCore.csproj" />
  17. <ProjectReference Include="..\..\Source\MQTTnet\MQTTnet.csproj" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <TypeScriptCompile Include="wwwroot\app\app.ts" />
  21. </ItemGroup>
  22. </Project>