Skip to content

Commit

Permalink
ci: add Microsoft.Graph.Core package
Browse files Browse the repository at this point in the history
  • Loading branch information
Aethylea committed Sep 9, 2024
1 parent 34fa533 commit c6e9108
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.21" />
<PackageReference Include="NLog" Version="5.3.3" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.12" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.21" />
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions src/SkyHope.LibraryManager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryManager.DataAccess",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryManager.Ui", "LibraryManager.Ui\LibraryManager.Ui.csproj", "{C5B4C997-F7D9-4730-AE6E-9AFD374747DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkyHope.LibraryManager.WebApiClient", "SkyHope.LibraryManager.WebApiClient\SkyHope.LibraryManager.WebApiClient.csproj", "{D12F79CD-2FDF-470B-852C-122134117CA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -27,6 +29,10 @@ Global
{C5B4C997-F7D9-4730-AE6E-9AFD374747DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B4C997-F7D9-4730-AE6E-9AFD374747DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B4C997-F7D9-4730-AE6E-9AFD374747DC}.Release|Any CPU.Build.0 = Release|Any CPU
{D12F79CD-2FDF-470B-852C-122134117CA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D12F79CD-2FDF-470B-852C-122134117CA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D12F79CD-2FDF-470B-852C-122134117CA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D12F79CD-2FDF-470B-852C-122134117CA4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit c6e9108

Please sign in to comment.