forked from ktsu-dev/Semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
22 lines (22 loc) · 1.2 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
22 lines (22 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- Test packages: CodeCoverage and TrxReport versions are supplied by MSTest.Sdk;
do not pin them here or CPM reports duplicate PackageVersion items (NU1506). -->
<!-- Semantics runtime packages -->
<PackageVersion Include="ktsu.PreciseNumber" Version="1.7.27" />
<PackageVersion Include="ktsu.RoundTripStringJsonConverter" Version="1.0.39" />
<PackageVersion Include="Polyfill" Version="11.2.0" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.11" />
<PackageVersion Include="System.Memory" Version="4.6.3" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
<PackageVersion Include="System.Numerics.Vectors" Version="4.6.1" />
<!-- Source generator packages -->
<PackageVersion Include="ktsu.CodeBlocker" Version="1.2.8" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.6.0" />
<PackageVersion Include="System.Text.Json" Version="10.0.11" />
</ItemGroup>
</Project>