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.
24 lines
1.2 KiB
24 lines
1.2 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>
|
|
<SystemCollectionsImmutableVersion>5.0.0</SystemCollectionsImmutableVersion>
|
|
<SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
|
|
<SystemCompilerServicesUnsafeVersion>5.0.0</SystemCompilerServicesUnsafeVersion>
|
|
<SystemCompositionVersion>5.0.1</SystemCompositionVersion>
|
|
<ILAsmVersion>5.0.0</ILAsmVersion> <!-- Microsoft.NETCore.ILAsm -->
|
|
<RoslynVersion>4.0.1</RoslynVersion> <!-- Microsoft.CodeAnalysis.* -->
|
|
<MonoCecilVersion>0.11.4</MonoCecilVersion>
|
|
<AvalonEditVersion>6.1.1</AvalonEditVersion>
|
|
<WpfStylesToolboxVersion>2.7.3</WpfStylesToolboxVersion>
|
|
<NUnitVersion>3.13.2</NUnitVersion>
|
|
<NUnitAdapterVersion>4.0.0</NUnitAdapterVersion>
|
|
<MicrosoftNETTestSdkVersion>16.11.0</MicrosoftNETTestSdkVersion>
|
|
<MoqVersion>4.16.1</MoqVersion>
|
|
<DiffLibVersion>2017.7.26.1241</DiffLibVersion>
|
|
<DSRConverterXmlVersion>1.1.0-beta2-20115-01</DSRConverterXmlVersion>
|
|
</PropertyGroup>
|
|
</Project>
|