generated from postsharp/PostSharp.Engineering.ProductTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Packages.props
20 lines (20 loc) · 1.13 KB
/
Directory.Packages.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<!-- Set versions of dependencies that need special treatment or consist of multiple packages of the same version. -->
<PropertyGroup>
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.140</PostSharpEngineeringVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="PostSharp.Engineering.BuildTools" Version="$(PostSharpEngineeringVersion)" />
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
<PackageVersion Include="Metalama.Framework.Workspaces" Version="$(MetalamaVersion)" />
<PackageVersion Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageVersion Include="LINQPad.Reference" Version="1.4.0-preview.1" />
<PackageVersion Include="Metalama.Framework.Sdk" Version="$(MetalamaVersion)" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.1" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="$(RoslynVersion)" />
</ItemGroup>
</Project>