mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.0 KiB
20 lines
1.0 KiB
<?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> |
|
<HumanizerVersion>2.2.0</HumanizerVersion> |
|
<SystemCollectionsImmutableVersion>5.0.0-rc.2.20475.5</SystemCollectionsImmutableVersion> |
|
<SystemReflectionMetadataVersion>5.0.0-rc.2.20475.5</SystemReflectionMetadataVersion> |
|
<SystemCompilerServicesUnsafeVersion>4.7.1</SystemCompilerServicesUnsafeVersion> |
|
<ILAsmVersion>5.0.0-rc.2.20475.5</ILAsmVersion> <!-- Microsoft.NETCore.ILAsm --> |
|
<RoslynVersion>3.8.0-5.final</RoslynVersion> <!-- Microsoft.CodeAnalysis.* --> |
|
<MonoCecilVersion>0.10.3</MonoCecilVersion> |
|
<AvalonEditVersion>6.1.0-preview1</AvalonEditVersion> |
|
<NUnitVersion>3.12.0</NUnitVersion> |
|
<NUnitAdapterVersion>3.13.0</NUnitAdapterVersion> |
|
<MoqVersion>4.14.1</MoqVersion> |
|
<DiffLibVersion>2017.7.26.1241</DiffLibVersion> |
|
</PropertyGroup> |
|
</Project>
|
|
|