Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages #42

Merged
merged 3 commits into from
Nov 10, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "6.0.401"
"version": "6.0.401",
"rollForward": "latestMinor"
}
}
4 changes: 1 addition & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ nuget Marten
nuget Marten.PLv8
nuget Npgsql
nuget Expecto
nuget Testcontainers 2.2.0-beta.3290165812 beta
nuget Testcontainers
nuget altcover ~> 8.2.825

// [ FAKE GROUP ]
group Build
source https://www.nuget.org/api/v2
storage: none
nuget Expecto
nuget YoloDev.Expecto.TestSdk
nuget Microsoft.NET.Test.Sdk 15.7.2
nuget Fake.IO.FileSystem 5.20.4
nuget Fake.Core.Target 5.20.4
nuget Fake.Core.ReleaseNotes 5.20.4
Expand Down