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.
 
 
 
 

25 regels
590 B

  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.0</TargetFramework>
  4. <TypeScriptToolsVersion>2.3</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.0" />
  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>