mirror of
https://github.com/sphildreth/roadie
synced 2024-11-26 06:00:23 +00:00
Renamed Roadie.Api.Library to Roadie.Library and tests.
This commit is contained in:
parent
71b4fb6b9a
commit
5e21e63c65
6 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
|
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
|
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
|
@ -3,13 +3,13 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
<Platforms>AnyCPU;x64</Platforms>
|
||||||
<AssemblyName>Roadie.Api.Library</AssemblyName>
|
<AssemblyName>Roadie.Library</AssemblyName>
|
||||||
<RootNamespace>Roadie.Api.Library</RootNamespace>
|
<RootNamespace>Roadie.Library</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="CsvHelper" Version="12.1.2" />
|
<PackageReference Include="CsvHelper" Version="12.1.2" />
|
||||||
<PackageReference Include="EFCore.BulkExtensions" Version="2.3.8" />
|
<PackageReference Include="EFCore.BulkExtensions" Version="2.3.9" />
|
||||||
<PackageReference Include="FluentFTP" Version="19.2.4" />
|
<PackageReference Include="FluentFTP" Version="19.2.4" />
|
||||||
<PackageReference Include="HtmlAgilityPack" Version="1.8.14" />
|
<PackageReference Include="HtmlAgilityPack" Version="1.8.14" />
|
||||||
<PackageReference Include="IdSharp.Common" Version="1.0.1" />
|
<PackageReference Include="IdSharp.Common" Version="1.0.1" />
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
|
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
|
||||||
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
|
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
|
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
|
||||||
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
|
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
|
||||||
<ProjectReference Include="..\Roadie.Api.Services\Roadie.Api.Services.csproj" />
|
<ProjectReference Include="..\Roadie.Api.Services\Roadie.Api.Services.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ VisualStudioVersion = 15.0.27130.2010
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Api", "Roadie.Api\Roadie.Api.csproj", "{68C80416-0D72-409D-B727-3FEA7AB7FD2C}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Api", "Roadie.Api\Roadie.Api.csproj", "{68C80416-0D72-409D-B727-3FEA7AB7FD2C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Api.Library", "Roadie.Api.Library\Roadie.Api.Library.csproj", "{99DE01E6-A61C-4D7C-9DF7-513AD365D5E0}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Library", "Roadie.Api.Library\Roadie.Library.csproj", "{99DE01E6-A61C-4D7C-9DF7-513AD365D5E0}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Api.Library.Tests", "Roadie.Api.Library.Tests\Roadie.Api.Library.Tests.csproj", "{52E58F4B-88F0-4336-AD06-1184E857FA2C}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Library.Tests", "Roadie.Api.Library.Tests\Roadie.Library.Tests.csproj", "{52E58F4B-88F0-4336-AD06-1184E857FA2C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{1BA7115B-6E37-4546-BBD6-C8B0787A3FE0}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{1BA7115B-6E37-4546-BBD6-C8B0787A3FE0}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
|
Loading…
Reference in a new issue