Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Add net6.0 target
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed May 13, 2024
1 parent 827afab commit 9f1a916
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 64 deletions.
18 changes: 9 additions & 9 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
framework: auto-detect
framework: net472, net6.0
storage: none
source https://api.nuget.org/v3/index.json
source https://nuget.pkg.github.com/aardvark-platform/index.json
Expand Down Expand Up @@ -27,16 +27,16 @@ nuget Xbim.Geometry ~> 6.0.0-dev
nuget Xbim.Geometry.Engine.Interop ~> 6.0.0-dev
nuget Xbim.ModelGeometry.Scene ~> 6.0.0-dev

nuget Microsoft.Extensions.Logging >= 2.1.1 lowest_matching: true
nuget Microsoft.Extensions.Logging.Abstractions >= 2.1.1 lowest_matching: true
nuget Microsoft.Extensions.Configuration.Abstractions >= 2.1.1 lowest_matching: true
nuget Microsoft.Extensions.Configuration.Binder >= 2.1.1 lowest_matching: true
nuget Microsoft.Extensions.DependencyInjection.Abstractions >= 2.1.1 lowest_matching: true
nuget Microsoft.Extensions.Options >= 2.1.1 lowest_matching: true
nuget Microsoft.Extensions.Primitives >= 2.1.1 lowest_matching: true
nuget Microsoft.Extensions.Logging >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Logging.Abstractions >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration.Abstractions >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration.Binder >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.DependencyInjection.Abstractions >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Options >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Primitives >= 6.0.0 lowest_matching: true

group Test
framework: auto-detect
framework: net6.0
storage: none
source https://api.nuget.org/v3/index.json

Expand Down
Loading

0 comments on commit 9f1a916

Please sign in to comment.