Skip to content

Commit

Permalink
Merge pull request #82 from PowerShellOrg/revert-81-migrate-sdk104
Browse files Browse the repository at this point in the history
Revert "Migrate sdk104"
  • Loading branch information
ebekker authored Oct 25, 2017
2 parents c7d8957 + b5380b0 commit cd53db4
Show file tree
Hide file tree
Showing 38 changed files with 893 additions and 1,103 deletions.
245 changes: 0 additions & 245 deletions Zyborg-tug.sln

This file was deleted.

9 changes: 9 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"projects": [
"src",
"test"
],
"sdk": {
"version": "1.0.0-preview2-003131"
}
}
191 changes: 0 additions & 191 deletions migrate-report.json

This file was deleted.

57 changes: 0 additions & 57 deletions src/Tug.Base/Tug.Base.csproj

This file was deleted.

70 changes: 70 additions & 0 deletions src/Tug.Base/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
// Assembly Manifest Details are defined in
// AssemblyInfo.cs and SharedAssemblyInfo.cs

"authors": [
"github.com/PowerShellOrg/tug/graphs/contributors"
],
"language": "en-US",

"buildOptions": {
"debugType": "portable",
"nowarn": [
"CS0169", // The field 'X' is never used
"CS0649" // Field 'X' is never assigned to, and will always have its default value null
],

"compile": {
"includeFiles": [
// Include in the shared assembly manifest details
"../shared/SharedAssemblyInfo.cs",
"../shared/SharedAssemblyVersionInfo.cs"
]
}
},

"dependencies": {
"Microsoft.Composition": "1.0.30",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0",
"Microsoft.Extensions.DependencyModel": "1.1.0",

"Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Configuration": "1.1.0",

"Microsoft.AspNetCore.Mvc": "1.1.0"
},

"frameworks": {
"netstandard1.6": {
"buildOptions": {
"define": [
"DOTNET_CORE"
]
},
"imports": [
"portable-net45+win8" // Needed to include MEF2
],
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Runtime.Loader": "4.3.0",
"System.ComponentModel.Annotations": "4.3.0"
}
}
,
"net452": {
"buildOptions": {
"define": [
"DOTNET_FRAMEWORK"
]
},
"frameworkAssemblies": {
// These are needed here as per:
// https://github.com/dotnet/cli/issues/3817
"System.Numerics": "4.0.0.0",
"System.ComponentModel.DataAnnotations": "4.0.0.0"
},
"dependencies": {
}
}
}
}
66 changes: 0 additions & 66 deletions src/Tug.Client/Tug.Client.csproj

This file was deleted.

Loading

0 comments on commit cd53db4

Please sign in to comment.