Browse Source

Re-order packages.props

pull/2993/head
Daniel Grunwald 2 years ago
parent
commit
641c1788fe
  1. 20
      packages.props

20
packages.props

@ -5,19 +5,20 @@ @@ -5,19 +5,20 @@
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>7.0.0</SystemCollectionsImmutableVersion>
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
<SystemCompilerServicesUnsafeVersion>6.0.0</SystemCompilerServicesUnsafeVersion>
<SystemCompositionVersion>6.0.0</SystemCompositionVersion>
<!-- Microsoft.NETCore.ILAsm -->
<ILAsmVersion>6.0.0</ILAsmVersion>
<!-- Microsoft.NETCore.ILDAsm -->
<ILDAsmVersion>6.0.0</ILDAsmVersion>
<!-- Microsoft.CodeAnalysis.* -->
<RoslynVersion>4.4.0</RoslynVersion>
<!-- Microsoft.DiaSymReader.Converter.Xml -->
<DSRConverterXmlVersion>1.1.0-beta2-22171-02</DSRConverterXmlVersion>
<MonoCecilVersion>0.11.4</MonoCecilVersion>
<AvalonEditVersion>6.3.0.90</AvalonEditVersion>
<WpfStylesToolboxVersion>2.8.7</WpfStylesToolboxVersion>
<!-- Everything past this point is only used for testing. -->
<NUnitVersion>3.13.3</NUnitVersion>
<NUnitAdapterVersion>4.4.2</NUnitAdapterVersion>
<JUnitXmlTestLoggerVersion>3.0.124</JUnitXmlTestLoggerVersion>
@ -25,6 +26,11 @@ @@ -25,6 +26,11 @@
<MicrosoftNETTestSdkVersion>17.5.0</MicrosoftNETTestSdkVersion>
<MoqVersion>4.18.4</MoqVersion>
<DiffLibVersion>2017.7.26.1241</DiffLibVersion>
<DSRConverterXmlVersion>1.1.0-beta2-22171-02</DSRConverterXmlVersion>
<!-- Microsoft.CodeAnalysis.* -->
<RoslynVersion>4.4.0</RoslynVersion>
<!-- Microsoft.NETCore.ILAsm -->
<ILAsmVersion>6.0.0</ILAsmVersion>
<!-- Microsoft.NETCore.ILDAsm -->
<ILDAsmVersion>6.0.0</ILDAsmVersion>
</PropertyGroup>
</Project>

Loading…
Cancel
Save