mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
* Apply Central package management https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management (requires package source mapping https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping) * Microsoft.DiaSymReader.Converter.Xml from dotnet-tools, Microsoft.DiaSymReader.Native from nuget.org feed * Trying to sort what is on which feed for previews of Diasymreader packages * Parse the Roslyn version from Directory.packages.props * Use specific versions for Diasymreader from nuget.org to allow VS2022 addin to restore properly * Tests needs also locked referencespull/3131/head
18 changed files with 149 additions and 123 deletions
@ -0,0 +1,45 @@
@@ -0,0 +1,45 @@
|
||||
<Project> |
||||
<PropertyGroup> |
||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
||||
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> |
||||
</PropertyGroup> |
||||
<ItemGroup> |
||||
<PackageVersion Include="AvalonEdit" Version="6.3.0.90" /> |
||||
<PackageVersion Include="CliWrap" Version="3.4.4" /> |
||||
<PackageVersion Include="DataGridExtensions" Version="2.5.15" /> |
||||
<PackageVersion Include="DiffLib" Version="2017.7.26.1241" /> |
||||
<PackageVersion Include="Dirkster.AvalonDock.Themes.VS2013" Version="4.72.1" /> |
||||
<PackageVersion Include="ILCompiler.Reflection.ReadyToRun.Experimental" Version="8.0.0-rc.2.23471.30" /> |
||||
<PackageVersion Include="Iced" Version="1.18.0" /> |
||||
<PackageVersion Include="JunitXml.TestLogger" Version="3.0.134" /> |
||||
<PackageVersion Include="K4os.Compression.LZ4" Version="1.3.6" /> |
||||
<PackageVersion Include="McMaster.Extensions.Hosting.CommandLine" Version="4.1.0" /> |
||||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.final" /> |
||||
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.8.0-3.final" /> |
||||
<PackageVersion Include="Microsoft.DiaSymReader.Converter.Xml" Version="1.1.0-beta2-22171-02" /> |
||||
<PackageVersion Include="Microsoft.DiaSymReader" Version="1.4.0" /> |
||||
<PackageVersion Include="Microsoft.DiaSymReader.Native" Version="17.0.0-beta1.21524.1" /> |
||||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> |
||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> |
||||
<PackageVersion Include="Microsoft.NETCore.ILAsm" Version="8.0.0" /> |
||||
<PackageVersion Include="Microsoft.NETCore.ILDAsm" Version="8.0.0" /> |
||||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> |
||||
<PackageVersion Include="Microsoft.VisualStudio.Composition" Version="17.7.26" /> |
||||
<PackageVersion Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" /> |
||||
<PackageVersion Include="Mono.Cecil" Version="0.11.5" /> |
||||
<PackageVersion Include="NSubstitute" Version="5.0.0" /> |
||||
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.16" /> |
||||
<PackageVersion Include="NUnit" Version="3.14.0" /> |
||||
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" /> |
||||
<PackageVersion Include="NuGet.Protocol" Version="6.8.0" /> |
||||
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" /> |
||||
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" /> |
||||
<PackageVersion Include="System.Composition" Version="8.0.0" /> |
||||
<PackageVersion Include="System.Memory" Version="4.5.5" /> |
||||
<PackageVersion Include="System.Reflection.Metadata" Version="8.0.0" /> |
||||
<PackageVersion Include="System.Resources.Extensions" Version="6.0.0" /> |
||||
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" /> |
||||
<PackageVersion Include="TomsToolbox.Wpf.Styles" Version="2.10.0" /> |
||||
<PackageVersion Include="coverlet.collector" Version="6.0.0" /> |
||||
</ItemGroup> |
||||
</Project> |
@ -1,8 +1,23 @@
@@ -1,8 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<configuration> |
||||
<packageSources> |
||||
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" /> |
||||
<clear /> |
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
||||
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> |
||||
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" /> |
||||
</packageSources> |
||||
<packageSourceMapping> |
||||
<packageSource key="nuget.org"> |
||||
<package pattern="*" /> |
||||
<package pattern="Microsoft.DiaSymReader.Native" /> |
||||
<package pattern="Microsoft.DiaSymReader" /> |
||||
</packageSource> |
||||
<packageSource key="dotnet8-transport"> |
||||
<package pattern="ILCompiler.Reflection.ReadyToRun.Experimental" /> |
||||
</packageSource> |
||||
<packageSource key="dotnet-tools"> |
||||
<package pattern="Microsoft.DiaSymReader.Converter.Xml" /> |
||||
<package pattern="Microsoft.DiaSymReader.PortablePdb" /> |
||||
</packageSource> |
||||
</packageSourceMapping> --> |
||||
</configuration> |
||||
|
@ -1,35 +0,0 @@
@@ -1,35 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<Project> |
||||
<!-- |
||||
Centrally define the versions of the NuGet packages we use. |
||||
Note: when updating these, ensure to also adjust the binding redirects in app.config.template appropriately. |
||||
--> |
||||
<PropertyGroup> |
||||
<!-- These are the dependencies for ILSpy. --> |
||||
<!-- Note that ICSharpCode.Decompiler.csproj has lower requirements than these. --> |
||||
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion> |
||||
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion> |
||||
<SystemCompilerServicesUnsafeVersion>6.0.0</SystemCompilerServicesUnsafeVersion> |
||||
<SystemCompositionVersion>8.0.0</SystemCompositionVersion> |
||||
<!-- Microsoft.DiaSymReader.Converter.Xml --> |
||||
<DSRConverterXmlVersion>1.1.0-beta2-22171-02</DSRConverterXmlVersion> |
||||
<MonoCecilVersion>0.11.5</MonoCecilVersion> |
||||
<AvalonEditVersion>6.3.0.90</AvalonEditVersion> |
||||
<WpfStylesToolboxVersion>2.10.0</WpfStylesToolboxVersion> |
||||
|
||||
|
||||
<!-- Everything past this point is only used for testing. --> |
||||
<NUnitVersion>3.14.0</NUnitVersion> |
||||
<NUnitAdapterVersion>4.5.0</NUnitAdapterVersion> |
||||
<JUnitXmlTestLoggerVersion>3.0.134</JUnitXmlTestLoggerVersion> |
||||
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion> |
||||
<MicrosoftNETTestSdkVersion>17.8.0</MicrosoftNETTestSdkVersion> |
||||
<DiffLibVersion>2017.7.26.1241</DiffLibVersion> |
||||
<!-- Microsoft.CodeAnalysis.* --> |
||||
<RoslynVersion>4.8.0-3.final</RoslynVersion> |
||||
<!-- Microsoft.NETCore.ILAsm --> |
||||
<ILAsmVersion>8.0.0</ILAsmVersion> |
||||
<!-- Microsoft.NETCore.ILDAsm --> |
||||
<ILDAsmVersion>8.0.0</ILDAsmVersion> |
||||
</PropertyGroup> |
||||
</Project> |
Loading…
Reference in new issue