Skip to content

Commit

Permalink
move sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
robsmitha committed Aug 26, 2024
1 parent 09ef556 commit f392c87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/Elysian.sln → Elysian.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elysian", "Elysian.csproj", "{7CFDAAF7-CC53-4E16-9927-0B12CF024374}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elysian", "src/Elysian.csproj", "{7CFDAAF7-CC53-4E16-9927-0B12CF024374}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B4BB1F14-FC4E-4ECC-975F-17080BEB4697}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{C9E5D494-CA8D-41FC-BA0A-9FF6786AF06D}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\ci.yml = ..\.github\workflows\ci.yml
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
Expand Down
3 changes: 0 additions & 3 deletions src/Elysian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

<ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.1" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.21.2" />
<PackageReference Include="CapitolSharp.Congress" Version="0.0.8" />
<PackageReference Include="Finbuckle.MultiTenant" Version="7.0.2" />
Expand All @@ -31,7 +29,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NJsonSchema" Version="11.0.0" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="NJsonSchema.Annotations" Version="11.0.0" GeneratePathProperty="true" PrivateAssets="all" />
Expand Down

0 comments on commit f392c87

Please sign in to comment.