Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e7d2e81
Remove most of Wasm SDK bits
maraf Mar 29, 2023
cdcb032
Fix KnownWebAssemblySdkPacks in FrameworkReferenceResolution
maraf Mar 30, 2023
fd70e90
Import using overridable _WebAssemblyPropsFile and _WebAssemblyTarget…
maraf Mar 30, 2023
068259c
Move wasm tasks related tests to runtime. Leave BootJsonData related …
maraf Mar 31, 2023
fc77b96
Don't override existing RuntimeIdentifier in SDK.props. Pass UsingMic…
maraf Apr 3, 2023
f968538
Move BootJsonData for tests to tests project.
maraf Apr 3, 2023
0af6292
Rename KnownWebAssemblySdkPack to KnownWebAssemblySdkBrowserPack
maraf Apr 6, 2023
75b3431
Revert "Rename KnownWebAssemblySdkPack to KnownWebAssemblySdkBrowserP…
maraf Apr 6, 2023
5c0ee81
Drop check for RuntimeIdenfier.
maraf Apr 6, 2023
55638db
Localization
maraf Apr 6, 2023
a0fb290
Merge remote-tracking branch 'upstream/main' into WasmSdkPackaged
maraf Apr 10, 2023
7feef8d
UpdateXlf
maraf Apr 10, 2023
d29701c
Update SDK
maraf Apr 11, 2023
e46392e
Feedback
maraf Apr 11, 2023
767d13a
Remove local nuget source.
maraf Apr 11, 2023
a74062c
Merge remote-tracking branch 'upstream/main' into WasmSdkPackaged
maraf Apr 17, 2023
2545fea
Fix after merge with main
maraf Apr 17, 2023
56781d7
Update installer version
maraf Apr 18, 2023
775f314
Merge remote-tracking branch 'upstream/main' into WasmSdkPackaged
maraf Apr 19, 2023
79daf53
Dont fail when WasmPack is not found (= building older .NET project)
maraf Apr 19, 2023
e765c80
Fix property expression. UsingBlazorSdk is still probably needed.
maraf Apr 19, 2023
fcc5d48
[ToRevert] Temporarily hook Compression
maraf Apr 19, 2023
6f4c068
Merge remote-tracking branch 'upstream/main' into WasmSdkPackaged
maraf Apr 21, 2023
abef876
Update SDK
maraf Apr 21, 2023
b72464a
Revert "[ToRevert] Temporarily hook Compression"
maraf Apr 21, 2023
f4d0393
Force browser-wasm on BlazorWebAssemblySdk.
maraf Apr 21, 2023
17589c3
Force AppendRuntimeIdentifierToOutputPath on BlazorWebAssemblySdk.
maraf Apr 21, 2023
9a052a2
Force CopyOutputSymbolsToPublishDirectory on BlazorWebAssemblySdk.
maraf Apr 21, 2023
64f0e09
Update comment
maraf Apr 21, 2023
e56576a
bump the sdk
lewing Apr 21, 2023
916e183
Update dependencies from https://github.com/dotnet/sourcelink build 2…
dotnet-maestro[bot] Apr 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove local nuget source.
  • Loading branch information
maraf committed Apr 11, 2023
commit 767d13a675a2b03f22d36c1ae62a242cc9523603
3 changes: 0 additions & 3 deletions src/WasmSdk/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Copyright (c) .NET Foundation. All rights reserved.
-->
<Project ToolsVersion="14.0">
<PropertyGroup>
<!-- FIXME: Debugging level code -->
<RestoreAdditionalProjectSources>$(RestoreAdditionalProjectSources);C:\Development\dotnet\runtime\artifacts\packages\Release\Shipping</RestoreAdditionalProjectSources>

<!-- FIXME: Important to get rid of missing workload -->
<UsingMicrosoftNETSdkBlazorWebAssembly>true</UsingMicrosoftNETSdkBlazorWebAssembly>
<UsingMicrosoftNETSdkWebAssembly>true</UsingMicrosoftNETSdkWebAssembly>
Expand Down