Skip to content

Commit

Permalink
Merge pull request #2106 from BlythMeister/patch-4
Browse files Browse the repository at this point in the history
Update FakeRuntime to use NetStandard 2.0.3
  • Loading branch information
matthid authored Sep 27, 2018
2 parents 9ed45e0 + 79c54ff commit 2c2a0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.Runtime/FakeRuntime.fs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ let paketCachingProvider (config:FakeConfig) cacheDir (paketApi:Paket.Dependenci
// be compatible with the runtime we are currently running on.
let rootDir = Directory.GetCurrentDirectory()
let packageName = Domain.PackageName("NETStandard.Library")
let version = SemVer.Parse("2.0.2")
let version = SemVer.Parse("2.0.3")
let existingpkg = NuGetCache.GetTargetUserNupkg packageName version
let extractedFolder =
if File.Exists existingpkg then
Expand Down

0 comments on commit 2c2a0f4

Please sign in to comment.