forked from dotnet/sourcelink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVersions.props
27 lines (27 loc) · 1.38 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
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<!-- This repo version -->
<VersionPrefix>1.1.0</VersionPrefix>
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
<SemanticVersioningV1>true</SemanticVersioningV1>
<!-- Opt-in repo features -->
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
<XUnitVersion>2.4.1</XUnitVersion>
<!--
MSBuild: Keep the version at 15.7 until we can target net472.
Newer packages cause netstandard2.0 dependencies to flow to SourceLink projects
when targeting net461 (due to System.Collections.Immutable), which is causing
build issues. See https://github.com/Microsoft/msbuild/issues/2527.
-->
<MicrosoftBuildVersion>15.7.179</MicrosoftBuildVersion>
<MicrosoftBuildTasksCore>15.7.179</MicrosoftBuildTasksCore>
<MicrosoftTeamFoundationServerExtendedClientVersion>15.112.1</MicrosoftTeamFoundationServerExtendedClientVersion>
<MicrosoftDotNetPlatformAbstractionsVersion>2.1.0</MicrosoftDotNetPlatformAbstractionsVersion>
<NuGetVersioningVersion>4.9.2</NuGetVersioningVersion>
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
<!-- libgit2 used for integration tests -->
<LibGit2SharpVersion>0.26.0-preview-0070</LibGit2SharpVersion>
</PropertyGroup>
</Project>