forked from microsoft/WindowsAppSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
16 lines (14 loc) · 872 Bytes
/
Directory.Packages.props
File metadata and controls
16 lines (14 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
This is the project file used by CentralPackageVersions, and used to control all PackageReference's
and make sure the version is only declared in a single place
In order to the CentralPackageVersions, add this to your SDK-Style .csproj file:
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.1" />
For more info: https://github.com/microsoft/MSBuildSdks/tree/master/src/CentralPackageVersions
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageVersion Include="Microsoft.Windows.CsWinRT" Version="$(MicrosoftWindowsCsWinRTPackageVersion)" />
<PackageVersion Include="Microsoft.SourceLink.Common" Version="$(MicrosoftSourceLinkCommonVersion)" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkGitHubVersion)" />
</ItemGroup>
</Project>