-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed NuGet paths. Added NuGet.config.
- Loading branch information
Showing
29 changed files
with
35 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<config> | ||
<!-- Defines a common package repository for all solutions --> | ||
<add key="repositoryPath" value=".\packages" /> | ||
</config> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dargon
updated
27 files
Submodule Dargon.PortableObject.Streams
updated
3 files
+8 −0 | Dargon.PortableObjects.Streams.csproj | |
+15 −0 | Tests/Dargon.PortableObjects.Streams.Tests.csproj | |
+0 −2 | Tests/packages.config |
Submodule Dargon.PortableObjects
updated
from 30950c to abc015
Submodule Dargon.RADS
updated
4 files
+7 −0 | Dargon.RADS.csproj | |
+7 −0 | Tests/Dargon.RADS.Tests.csproj | |
+1 −1 | Tests/LoadOperationTests.cs | |
+1 −1 | Tests/ReleaseManifestTests.cs |
Submodule Dargon.Repl
updated
from 4306a8 to 5cdf0f
Submodule Dargon.Ryu
updated
from 870317 to b6e0f6
Submodule Dargon.Scene.Api
updated
2 files
+3 −0 | Dargon.Scene.Api.csproj | |
+7 −0 | Tests/Dargon.Scene.Api.Tests.csproj |
Submodule Dargon.Services
updated
2 files
+18 −18 | Dargon.Services.Impl.Test/Dargon.Services.Tests.csproj | |
+11 −0 | Dargon.Services.Impl/Dargon.Services.Impl.csproj |
Submodule Dargon.Transport
updated
3 files
+2 −0 | Dargon.Transport.csproj | |
+3 −0 | libdtp.DipNodeStandaloneIT/libdtp.DipNodeStandaloneIT.csproj | |
+3 −0 | libdtp.Tests/Dargon.Transport.Tests.csproj |
Submodule Dargon.Utilities
updated
2 files
+1 −0 | Dargon.Utilities.csproj | |
+3 −0 | Tests/Dargon.Utilities.Tests.csproj |
Submodule Dargon.VirtualFileMaps
updated
3 files
+1 −0 | Dargon.VirtualFileMaps.csproj | |
+2 −2 | Test/SectorRangeTests.cs | |
+7 −0 | Test/libvfm.Test.csproj |
Submodule ItzWarty.Commons
updated
from f6e43d to fc222e
Submodule NMockito
updated
2 files
+5 −3 | NMockito.Tests/NMockito.Tests.csproj | |
+2 −0 | NMockito/NMockito.csproj |
Submodule model-viewer
updated
from 208a97 to 0edfc3
Submodule nest
updated
16 files
Submodule Dargon.Hydar
updated
18 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters