Skip to content

Commit 5e12fb4

Browse files
committed
Replaced shared assemblies with NuGet packages.
Former-commit-id: a6ce0fd49531ee51c8524d8b16f41e2c32528017
1 parent 638a1fd commit 5e12fb4

File tree

259 files changed

+207234
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+207234
-37
lines changed
642 KB
Binary file not shown.

PLATFORM/.nuget/NuGet.Config

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<solution>
4+
<add key="disableSourceControlIntegration" value="true" />
5+
</solution>
6+
</configuration>

PLATFORM/.nuget/packages.config

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="xunit.runner.console" version="2.0.0" />
4+
<package id="xunit.runners" version="2.0.0" />
5+
</packages>
1.83 KB
Loading
738 Bytes
Loading

0 commit comments

Comments
 (0)