Browse Source

Add RIDs for self-contained publishing

pull/2642/head
Christoph Wille 3 years ago
parent
commit
f5cfff8d9f
  1. 1
      ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj
  2. 1
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj
  3. 1
      ILSpy/ILSpy.csproj

1
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
<PropertyGroup>
<AssemblyName>ILSpy.BamlDecompiler.Plugin</AssemblyName>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
<IsPackable>false</IsPackable>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<BaseAddress>6488064</BaseAddress>

1
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
<PropertyGroup>
<AssemblyName>ILSpy.ReadyToRun.Plugin</AssemblyName>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<NeutralResourcesLanguage>en-US</NeutralResourcesLanguage>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

1
ILSpy/ILSpy.csproj

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<GenerateSupportedRuntime>false</GenerateSupportedRuntime>

Loading…
Cancel
Save