mirror of
https://github.com/farcasclaudiu/LanBackup.git
synced 2026-06-28 17:01:02 +03:00
folder rename
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"debugType": "portable",
|
||||
"copyToOutput": {
|
||||
"includeFiles": [
|
||||
"appsettings.json",
|
||||
"xunit.runner.json"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"System.Runtime.Serialization.Primitives": "4.3.0",
|
||||
"xunit": "2.2.0-beta4-build3444",
|
||||
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
||||
"Microsoft.DotNet.InternalAbstractions": "1.0.1-beta-003206",
|
||||
"Microsoft.AspNetCore.TestHost": "1.1.0",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",
|
||||
"Microsoft.Data.Sqlite": "1.0.0",
|
||||
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.1",
|
||||
"FluentAssertions": "4.18.0",
|
||||
"LanBackup.WebApp": "1.0.0-*",
|
||||
"Moq": "4.6.38-alpha",
|
||||
"System.Diagnostics.TraceSource": "4.0.0"
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
"frameworks": {
|
||||
"netcoreapp1.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.1.0"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"dotnet5.4",
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user