Skip to content

Instantly share code, notes, and snippets.

View naricc's full-sized avatar

Nathan Ricci naricc

  • Microsoft
  • Cambridge, MA
View GitHub Profile
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="BuildApp">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputPath>bin</OutputPath>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<TargetFramework>netcoreapp5.0</TargetFramework>
<TargetArchitecture>wasm</TargetArchitecture>
<TargetOS>Browser</TargetOS>
<RuntimePackDir>/Users/naricc/workspace/runtime-webassembly-ci/artifacts/bin/lib-runtime-packs/net5.0-Browser-Release-wasm/runtimes/browser-wasm</RuntimePackDir>
<AppDir>$(MSBuildThisFileDirectory)\bin\Release\publish</AppDir>
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="BuildApp">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputPath>bin</OutputPath>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<TargetFramework>netcoreapp5.0</TargetFramework>
<TargetArchitecture>wasm</TargetArchitecture>
<TargetOS>Browser</TargetOS>
<RuntimePackDir>/Users/naricc/workspace/runtime-webassembly-ci/artifacts/bin/lib-runtime-packs/net5.0-Browser-Release-wasm/runtimes/browser-wasm</RuntimePackDir>
<AppDir>$(MSBuildThisFileDirectory)\bin\Release\publish</AppDir>