Skip to content

Commit

Permalink
fix: move to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Dumarey authored and CumpsD committed Feb 2, 2021
1 parent 2bd92b6 commit b6a695f
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version 6.0.0-beta8
framework: netstandard20
source https://api.nuget.org/v3/index.json
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.1 //"
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.2 //"

#load "packages/Be.Vlaanderen.Basisregisters.Build.Pipeline/Content/build-generic.fsx"

Expand Down
30 changes: 15 additions & 15 deletions build.fsx.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ STORAGE: NONE
RESTRICTION: == netstandard2.0
NUGET
remote: https://api.nuget.org/v3/index.json
Be.Vlaanderen.Basisregisters.Build.Pipeline (5.0.1)
Be.Vlaanderen.Basisregisters.Build.Pipeline (5.0.2)
Fake.Core.Environment (>= 5.20.3)
Fake.Core.Process (>= 5.20.3)
Fake.Core.Target (>= 5.20.3)
Expand Down Expand Up @@ -155,27 +155,27 @@ NUGET
System.Security.AccessControl (>= 5.0)
System.Security.Principal.Windows (>= 5.0)
Mono.Posix.NETStandard (1.0)
MSBuild.StructuredLogger (2.1.215)
MSBuild.StructuredLogger (2.1.303)
Microsoft.Build (>= 16.4)
Microsoft.Build.Framework (>= 16.4)
Microsoft.Build.Tasks.Core (>= 16.4)
Microsoft.Build.Utilities.Core (>= 16.4)
Newtonsoft.Json (12.0.3)
NuGet.Common (5.8)
NuGet.Frameworks (>= 5.8)
NuGet.Configuration (5.8)
NuGet.Common (>= 5.8)
NuGet.Common (5.8.1)
NuGet.Frameworks (>= 5.8.1)
NuGet.Configuration (5.8.1)
NuGet.Common (>= 5.8.1)
System.Security.Cryptography.ProtectedData (>= 4.4)
NuGet.Frameworks (5.8)
NuGet.Packaging (5.8)
NuGet.Frameworks (5.8.1)
NuGet.Packaging (5.8.1)
Newtonsoft.Json (>= 9.0.1)
NuGet.Configuration (>= 5.8)
NuGet.Versioning (>= 5.8)
System.Security.Cryptography.Cng (>= 5.0.0-preview.3.20214.6)
System.Security.Cryptography.Pkcs (>= 5.0.0-preview.3.20214.6)
NuGet.Protocol (5.8)
NuGet.Packaging (>= 5.8)
NuGet.Versioning (5.8)
NuGet.Configuration (>= 5.8.1)
NuGet.Versioning (>= 5.8.1)
System.Security.Cryptography.Cng (>= 5.0)
System.Security.Cryptography.Pkcs (>= 5.0)
NuGet.Protocol (5.8.1)
NuGet.Packaging (>= 5.8.1)
NuGet.Versioning (5.8.1)
System.Buffers (4.5.1)
System.CodeDom (5.0)
System.Collections.Immutable (5.0)
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"sdk": {
"version": "5.0.101"
"version": "5.0.102"
},
"clr": {
"version": "5.0.1"
"version": "5.0.2"
}
}
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nuget System.Text.Encoding.CodePages 5.0.0
nuget NetTopologySuite 2.1.0

// VBR STUFF
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.1
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.2

// TEST STUFF
nuget Microsoft.NET.Test.Sdk 16.8.3
Expand All @@ -17,8 +17,8 @@ nuget xunit.categories 2.0.4
nuget Newtonsoft.Json 12.0.3

nuget Albedo 2.0.0
nuget AutoFixture 4.14.0
nuget AutoFixture.Idioms 4.14.0
nuget AutoFixture 4.15.0
nuget AutoFixture.Idioms 4.15.0

nuget PublicApiGenerator 10.2.0

Expand Down
38 changes: 19 additions & 19 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ RESTRICTION: == net50
NUGET
remote: https://api.nuget.org/v3/index.json
Albedo (2.0)
AutoFixture (4.14)
AutoFixture (4.15)
Fare (>= 2.1.1 < 3.0)
System.ComponentModel.Annotations (>= 4.3)
AutoFixture.Idioms (4.14)
AutoFixture.Idioms (4.15)
Albedo (>= 2.0 < 3.0)
AutoFixture (>= 4.14)
AutoFixture (>= 4.15)
System.Reflection.Emit (>= 4.3)
Be.Vlaanderen.Basisregisters.Build.Pipeline (5.0.1)
Be.Vlaanderen.Basisregisters.Build.Pipeline (5.0.2)
Fake.Core.Environment (>= 5.20.3)
Fake.Core.Process (>= 5.20.3)
Fake.Core.Target (>= 5.20.3)
Expand Down Expand Up @@ -185,7 +185,7 @@ NUGET
Microsoft.NETCore.Platforms (>= 5.0)
Mono.Cecil (0.11.3)
Mono.Posix.NETStandard (1.0)
MSBuild.StructuredLogger (2.1.215)
MSBuild.StructuredLogger (2.1.303)
Microsoft.Build (>= 16.4)
Microsoft.Build.Framework (>= 16.4)
Microsoft.Build.Tasks.Core (>= 16.4)
Expand All @@ -195,21 +195,21 @@ NUGET
NetTopologySuite (2.1)
System.Memory (>= 4.5.3)
Newtonsoft.Json (12.0.3)
NuGet.Common (5.8)
NuGet.Frameworks (>= 5.8)
NuGet.Configuration (5.8)
NuGet.Common (>= 5.8)
NuGet.Common (5.8.1)
NuGet.Frameworks (>= 5.8.1)
NuGet.Configuration (5.8.1)
NuGet.Common (>= 5.8.1)
System.Security.Cryptography.ProtectedData (>= 4.4)
NuGet.Frameworks (5.8)
NuGet.Packaging (5.8)
NuGet.Frameworks (5.8.1)
NuGet.Packaging (5.8.1)
Newtonsoft.Json (>= 9.0.1)
NuGet.Configuration (>= 5.8)
NuGet.Versioning (>= 5.8)
System.Security.Cryptography.Cng (>= 5.0.0-preview.3.20214.6)
System.Security.Cryptography.Pkcs (>= 5.0.0-preview.3.20214.6)
NuGet.Protocol (5.8)
NuGet.Packaging (>= 5.8)
NuGet.Versioning (5.8)
NuGet.Configuration (>= 5.8.1)
NuGet.Versioning (>= 5.8.1)
System.Security.Cryptography.Cng (>= 5.0)
System.Security.Cryptography.Pkcs (>= 5.0)
NuGet.Protocol (5.8.1)
NuGet.Packaging (>= 5.8.1)
NuGet.Versioning (5.8.1)
PublicApiGenerator (10.2)
Mono.Cecil (>= 0.11.2)
System.CodeDom (>= 4.7)
Expand Down Expand Up @@ -305,7 +305,7 @@ NUGET
System.Runtime (>= 4.3)
System.Text.Encoding.CodePages (5.0)
Microsoft.NETCore.Platforms (>= 5.0)
System.Text.Json (5.0)
System.Text.Json (5.0.1)
System.Threading (4.3)
System.Runtime (>= 4.3)
System.Threading.Tasks (>= 4.3)
Expand Down

0 comments on commit b6a695f

Please sign in to comment.