Skip to content

Commit 9d20a5c

Browse files
committed
moved extensions out to it's own repo
1 parent a059d01 commit 9d20a5c

10 files changed

+3
-279
lines changed

SubSonic.Core.Extensions/Collections.cs

-16
This file was deleted.

SubSonic.Core.Extensions/Enum.cs

-19
This file was deleted.

SubSonic.Core.Extensions/Strings.cs

-34
This file was deleted.

SubSonic.Core.Extensions/SubSonic.Core.Extensions.csproj

-17
This file was deleted.
Binary file not shown.

SubSonic.Core.Extensions/Utilities/Casting.cs

-19
This file was deleted.

SubSonic.Core.Extensions/Utilities/Process.cs

-159
This file was deleted.

SubSonic.Core.Remoting.Testing/SubSonic.Core.Remoting.Testing.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
<PackageReference Include="NSubstitute" Version="4.2.2" />
1313
<PackageReference Include="nunit" Version="3.12.0" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\SubSonic.Core.Extensions\SubSonic.Core.Extensions.csproj" />
2019
<ProjectReference Include="..\SubSonic.Core.Remoting\SubSonic.Core.Remoting.csproj" />
2120
</ItemGroup>
2221

SubSonic.Core.Remoting.sln

+1-12
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Core.Remoting", "S
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Core.Remoting.Testing", "SubSonic.Core.Remoting.Testing\SubSonic.Core.Remoting.Testing.csproj", "{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Core.Extensions", "SubSonic.Core.Extensions\SubSonic.Core.Extensions.csproj", "{E4E2E799-FF94-4DB7-9E3A-DAFDAE245117}"
11-
EndProject
1210
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F88A1CE3-0708-4318-9326-4F64CE862E4D}"
1311
ProjectSection(SolutionItems) = preProject
1412
Directory.Build.props = Directory.Build.props
13+
version.json = version.json
1514
EndProjectSection
1615
EndProject
17-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Core.Proxies", "..\SubSonic.Core.Proxies\SubSonic.Core.Proxies\SubSonic.Core.Proxies.csproj", "{1B048943-6EDA-4805-A5B5-35F49A745E2F}"
18-
EndProject
1916
Global
2017
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2118
Debug|Any CPU = Debug|Any CPU
@@ -30,14 +27,6 @@ Global
3027
{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
3128
{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
3229
{FD607B01-A182-4FDC-94C3-0DAAB7FCFDC3}.Release|Any CPU.Build.0 = Release|Any CPU
33-
{E4E2E799-FF94-4DB7-9E3A-DAFDAE245117}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{E4E2E799-FF94-4DB7-9E3A-DAFDAE245117}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{E4E2E799-FF94-4DB7-9E3A-DAFDAE245117}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{E4E2E799-FF94-4DB7-9E3A-DAFDAE245117}.Release|Any CPU.Build.0 = Release|Any CPU
37-
{1B048943-6EDA-4805-A5B5-35F49A745E2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38-
{1B048943-6EDA-4805-A5B5-35F49A745E2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
39-
{1B048943-6EDA-4805-A5B5-35F49A745E2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
40-
{1B048943-6EDA-4805-A5B5-35F49A745E2F}.Release|Any CPU.Build.0 = Release|Any CPU
4130
EndGlobalSection
4231
GlobalSection(SolutionProperties) = preSolution
4332
HideSolutionNode = FALSE

SubSonic.Core.Remoting/SubSonic.Core.Remoting.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
</PackageReference>
39-
<PackageReference Include="SubSonic.Core.Extensions" Version="1.0.0-preview-0033-g1c8fe012c5" />
39+
<PackageReference Include="SubSonic.Core.Extensions" Version="1.0.0" />
4040
<PackageReference Include="SubSonic.Core.ServiceWire" Version="5.3.4" />
4141
<PackageReference Include="System.Memory" Version="4.5.4" />
4242
</ItemGroup>

0 commit comments

Comments
 (0)