Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/NuGet.BuildTasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Microsoft.NuGet.Build.Tasks.Tests/ProjectReferences/LockFileWithXProjReference.json')
-rw-r--r--src/Microsoft.NuGet.Build.Tasks.Tests/ProjectReferences/LockFileWithXProjReference.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/Microsoft.NuGet.Build.Tasks.Tests/ProjectReferences/LockFileWithXProjReference.json b/src/Microsoft.NuGet.Build.Tasks.Tests/ProjectReferences/LockFileWithXProjReference.json
deleted file mode 100644
index c4970b6..0000000
--- a/src/Microsoft.NuGet.Build.Tasks.Tests/ProjectReferences/LockFileWithXProjReference.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "locked": false,
- "version": 2,
- "targets": {
- ".NETFramework,Version=v4.5.2": {
- "XProjClassLib/1.0.0": {
- "type": "project",
- "framework": ".NETFramework,Version=v4.5.2",
- "compile": {
- "net452/XProjClassLib.dll": { }
- },
- "runtime": {
- "net452/XProjClassLib.dll": { }
- }
- }
- },
- ".NETFramework,Version=v4.5.2/win": {
- "XProjClassLib/1.0.0": {
- "type": "project",
- "framework": ".NETFramework,Version=v4.5.2",
- "compile": {
- "net452/XProjClassLib.dll": { }
- },
- "runtime": {
- "net452/XProjClassLib.dll": { }
- }
- }
- }
- },
- "libraries": {
- "XProjClassLib/1.0.0": {
- "type": "project",
- "path": "../XProjClassLib/project.json",
- "msbuildProject": "../XProjClassLib/XProjClassLib.xproj"
- }
- },
- "projectFileDependencyGroups": {
- "": [ ],
- ".NETFramework,Version=v4.5.2": [ ]
- }
-} \ No newline at end of file