forked from dotnet/try-convert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVersions.props
33 lines (33 loc) · 1.39 KB
/
Versions.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MajorVersion>0</MajorVersion>
<MinorVersion>7</MinorVersion>
<!-- Build release-only package. -->
<PreReleaseVersionLabel />
</PropertyGroup>
<!--
Nuget package versions
-->
<PropertyGroup>
<MicrosoftBuildLocatorVersion>1.4.1</MicrosoftBuildLocatorVersion>
<MicrosoftBuildVersion>16.7</MicrosoftBuildVersion>
<MicrosoftWin32RegistryVersion>5.0.0-rc.1.20451.14</MicrosoftWin32RegistryVersion>
<NewtonsoftJsonVersion>12.0.3</NewtonsoftJsonVersion>
<NuGetVersioningVersion>5.8.0-preview.3.6823</NuGetVersioningVersion>
<SystemCollectionsImmutableVersion>5.0.0-rc.1.20451.14</SystemCollectionsImmutableVersion>
<SystemCommandLineVersion>2.0.0-beta1.20371.2</SystemCommandLineVersion>
<SystemConfigurationConfigurationManagerVersion>5.0.0-rc.1.20451.14</SystemConfigurationConfigurationManagerVersion>
<SystemSecurityPrincipalWindowsVersion>5.0.0-rc.1.20451.14</SystemSecurityPrincipalWindowsVersion>
</PropertyGroup>
<!--
Nuget package versions for tests
-->
<PropertyGroup>
<CoverletCollectorVersion>1.3.0 </CoverletCollectorVersion>
<MoqVersion>4.14.6 </MoqVersion>
</PropertyGroup>
<PropertyGroup>
<DiscoverEditorConfigFiles>true</DiscoverEditorConfigFiles>
</PropertyGroup>
</Project>