Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sdks/wasm/sdk')
-rw-r--r--sdks/wasm/sdk/Mono.WebAssembly.Runtime.Framework/Mono.WebAssembly.Runtime.csproj6
-rw-r--r--sdks/wasm/sdk/NuGet.config6
2 files changed, 0 insertions, 12 deletions
diff --git a/sdks/wasm/sdk/Mono.WebAssembly.Runtime.Framework/Mono.WebAssembly.Runtime.csproj b/sdks/wasm/sdk/Mono.WebAssembly.Runtime.Framework/Mono.WebAssembly.Runtime.csproj
index 541c2e663f6..c99d412391d 100644
--- a/sdks/wasm/sdk/Mono.WebAssembly.Runtime.Framework/Mono.WebAssembly.Runtime.csproj
+++ b/sdks/wasm/sdk/Mono.WebAssembly.Runtime.Framework/Mono.WebAssembly.Runtime.csproj
@@ -20,12 +20,6 @@
<Content Include="..\..\..\wasm\builds\threads-release\dotnet.worker.js" PackagePath="mono-wasm-runtime\threads-release\%(Filename)%(Extension)" Link="mono-wasm-runtime\threads-release\dotnet.worker.js" Condition="Exists('..\..\..\wasm\builds\threads-release\dotnet.worker.js')" />
<Content Include="..\..\..\wasm\builds\threads-release\dotnet.wasm" PackagePath="mono-wasm-runtime\threads-release\%(Filename)%(Extension)" Link="mono-wasm-runtime\threads-release\dotnet.wasm" Condition="Exists('..\..\..\wasm\builds\threads-release\dotnet.wasm')" />
- <Content Include="..\..\..\wasm\builds\netcore-debug\dotnet.js" PackagePath="mono-wasm-runtime\netcore-debug\%(Filename)%(Extension)" Link="mono-wasm-runtime\netcore-debug\dotnet.js" Condition="Exists('..\..\..\wasm\builds\netcore-debug\dotnet.js')" />
- <Content Include="..\..\..\wasm\builds\netcore-debug\dotnet.wasm" PackagePath="mono-wasm-runtime\netcore-debug\%(Filename)%(Extension)" Link="mono-wasm-runtime\netcore-debug\dotnet.wasm" Condition="Exists('..\..\..\wasm\builds\netcore-debug\dotnet.wasm')" />
-
- <Content Include="..\..\..\wasm\builds\netcore-release\dotnet.js" PackagePath="mono-wasm-runtime\netcore-release\%(Filename)%(Extension)" Link="mono-wasm-runtime\netcore-release\dotnet.js" Condition="Exists('..\..\..\wasm\builds\netcore-release\dotnet.js')" />
- <Content Include="..\..\..\wasm\builds\netcore-release\dotnet.wasm" PackagePath="mono-wasm-runtime\netcore-release\%(Filename)%(Extension)" Link="mono-wasm-runtime\netcore-release\dotnet.wasm" Condition="Exists('..\..\..\wasm\builds\netcore-release\dotnet.wasm')" />
-
<None Update="build\netstandard2.0\Mono.WebAssembly.Runtime.props" PackagePath="build\netstandard2.0\Mono.WebAssembly.Runtime.props" Pack="True" />
</ItemGroup>
</Project> \ No newline at end of file
diff --git a/sdks/wasm/sdk/NuGet.config b/sdks/wasm/sdk/NuGet.config
deleted file mode 100644
index 98f608d2b7b..00000000000
--- a/sdks/wasm/sdk/NuGet.config
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <packageSources>
- <add key="local" value="packages" />
- </packageSources>
-</configuration>