Skip to content

Commit

Permalink
update to dotnet core 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmberg committed May 10, 2021
1 parent fb6d3e8 commit 6a16613
Show file tree
Hide file tree
Showing 19 changed files with 263 additions and 10,689 deletions.
Binary file removed binary/FileHelpers.dll
Binary file not shown.
10,465 changes: 0 additions & 10,465 deletions binary/FileHelpers.xml

This file was deleted.

Binary file removed binary/convert-bev-address-data.exe
Binary file not shown.
Binary file removed binary/convert-bev-address-data.vshost.exe
Binary file not shown.
Binary file added binary/netcoreapp3.1/FileHelpers.dll
Binary file not shown.
64 changes: 64 additions & 0 deletions binary/netcoreapp3.1/convert-bev-address-data.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"convert-bev-address-data/1.0.0": {
"dependencies": {
"FileHelpers": "3.4.2"
},
"runtime": {
"convert-bev-address-data.dll": {}
}
},
"FileHelpers/3.4.2": {
"dependencies": {
"NETStandard.Library": "2.0.0"
},
"runtime": {
"lib/netstandard2.0/FileHelpers.dll": {
"assemblyVersion": "3.4.2.0",
"fileVersion": "3.4.2.0"
}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {},
"NETStandard.Library/2.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0"
}
}
}
},
"libraries": {
"convert-bev-address-data/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"FileHelpers/3.4.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ufGUrJqqbGUz322Hv4lp/tvc9NaT7outVuJPynRrjA0MP14OjgpGvw1GjY5QAQP36D6k1PTdjDlxw/0n25y1xA==",
"path": "filehelpers/3.4.2",
"hashPath": "filehelpers.3.4.2.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
"path": "microsoft.netcore.platforms/1.1.0",
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
},
"NETStandard.Library/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==",
"path": "netstandard.library/2.0.0",
"hashPath": "netstandard.library.2.0.0.nupkg.sha512"
}
}
}
Binary file added binary/netcoreapp3.1/convert-bev-address-data.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions binary/netcoreapp3.1/convert-bev-address-data.dll.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\bergw\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\bergw\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6a16613

Please sign in to comment.