Skip to content

Commit

Permalink
changed System.Collections.Immutable and System.Text.Json to '>= 6.0.…
Browse files Browse the repository at this point in the history
…0' (from '~> 6.0.0'); updated dotnet-tools
  • Loading branch information
stefanmaierhofer committed Jan 21, 2024
1 parent 8c3b88d commit a4cfbcb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"paket": {
"version": "7.2.1",
"version": "8.0.3",
"commands": [
"paket"
]
},
"aardpack": {
"version": "1.0.20",
"version": "1.0.21",
"commands": [
"aardpack"
]
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 5.3.0-prerelease015
- changed System.Collections.Immutable and System.Text.Json to '>= 6.0.0' (from '~> 6.0.0')
- updated dotnet-tools

### 5.3.0-prerelease014
- merged interop branch ...
- enable interop with other software
Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ storage: none
// dotnet
nuget FSharp.Core >= 5.0.1 lowest_matching: true
nuget Nullable >= 1.3.1
nuget System.Collections.Immutable ~> 6.0.0
nuget System.Text.Json ~> 6.0.0
nuget System.Collections.Immutable >= 6.0.0
nuget System.Text.Json >= 6.0.0

////////////////////////////////////////////////////////////////////////
// https://github.com/aardvark-platform/aardvark.base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10</LangVersion>
<RootNamespace>Aardvark.Data.Points</RootNamespace>
<Nullable>enable</Nullable>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\bin\Release</OutputPath>
Expand All @@ -14,8 +14,8 @@
<OutputPath>..\..\bin\Debug</OutputPath>
<DocumentationFile>..\..\bin\Debug\netstandard2.0\Aardvark.Data.Points.Import.xml</DocumentationFile>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
<ItemGroup>
<ProjectReference Include="..\Aardvark.Geometry.PointTree\Aardvark.Geometry.PointTree.csproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>

0 comments on commit a4cfbcb

Please sign in to comment.