-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
30 lines (30 loc) · 1.84 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
30 lines (30 loc) · 1.84 KB
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
<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="Polyfill" Version="11.3.0" />
<!-- Test-only: Semantics ships no JSON converter, so the tests register this factory the
same way a consumer is expected to. Not referenced by any shipping project. -->
<PackageVersion Include="ktsu.RoundTripStringJsonConverter" Version="1.0.57" />
<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" />
<!-- The C++ projection of the quantity vocabulary. ktsu.Coder publishes net10.0 and net9.0
only, which is why Semantics.Cpp is a project of its own rather than part of a library
that also ships net8.0. -->
<PackageVersion Include="ktsu.Coder" Version="3.11.0" />
<!-- Source generator packages -->
<PackageVersion Include="ktsu.CodeBlocker" Version="2.0.4" />
<PackageVersion Include="ktsu.SourceGeneratorToolkit" Version="1.0.2" />
<PackageVersion Include="ktsu.SourceGeneratorToolkit.Testing" Version="1.0.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.9.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.9.0" />
<!-- Build-time only: the generator reads its metadata with it. No shipping project
references System.Text.Json, so it is not a dependency of any package. -->
<PackageVersion Include="System.Text.Json" Version="10.0.12" />
</ItemGroup>
</Project>