Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<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="ktsu.RoundTripStringJsonConverter" Version="1.0.58" />
<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" />
<PackageVersion Include="ktsu.Coder" Version="3.14.0" />
<!-- Source generator packages -->
<PackageVersion Include="ktsu.CodeBlocker" Version="2.0.4" />
<PackageVersion Include="ktsu.CodeBlocker" Version="2.1.0" />
<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" />
Expand Down
18 changes: 9 additions & 9 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"msbuild-sdks": {
"MSTest.Sdk": "4.4.0",
"ktsu.Sdk": "2.28.0",
"ktsu.Sdk.ConsoleApp": "2.28.0",
"ktsu.Sdk.Tool": "2.28.0",
"ktsu.Sdk.App": "2.28.0",
"ktsu.Sdk.Windows": "2.28.0",
"ktsu.Sdk.Linux": "2.28.0",
"ktsu.Sdk.macOS": "2.28.0",
"ktsu.Sdk.iOS": "2.28.0",
"ktsu.Sdk.Android": "2.28.0"
"ktsu.Sdk": "2.28.1",
"ktsu.Sdk.ConsoleApp": "2.28.1",
"ktsu.Sdk.Tool": "2.28.1",
"ktsu.Sdk.App": "2.28.1",
"ktsu.Sdk.Windows": "2.28.1",
"ktsu.Sdk.Linux": "2.28.1",
"ktsu.Sdk.macOS": "2.28.1",
"ktsu.Sdk.iOS": "2.28.1",
"ktsu.Sdk.Android": "2.28.1"
},
"test": {
"runner": "Microsoft.Testing.Platform"
Expand Down
Loading