Switch dependency context back to dotnet5.4
This commit is contained in:
parent
1e423d4f1b
commit
2456d83008
2 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,6 @@ $Projects = @(
|
||||||
"Microsoft.DotNet.Tools.Resgen",
|
"Microsoft.DotNet.Tools.Resgen",
|
||||||
"Microsoft.DotNet.Tools.Run",
|
"Microsoft.DotNet.Tools.Run",
|
||||||
"Microsoft.DotNet.Tools.Test",
|
"Microsoft.DotNet.Tools.Test",
|
||||||
"Microsoft.Extensions.DependencyModel",
|
|
||||||
"Microsoft.Extensions.Testing.Abstractions"
|
"Microsoft.Extensions.Testing.Abstractions"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": { },
|
||||||
"dnxcore50": {
|
"dotnet5.4": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.IO.FileSystem": "4.0.1-rc2-23616",
|
"System.IO.FileSystem": "4.0.1-rc2-23616",
|
||||||
"System.Linq": "4.0.1-rc2-23616",
|
"System.Linq": "4.0.1-rc2-23616",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue