Skip to content

Commit

Permalink
Package updates. Added nuget.config for Azure Devops pipeline package…
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamBuilderApp committed May 11, 2024
1 parent 0554008 commit 5408c68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TeamBuilder/TeamBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.3.0" />
<PackageReference Include="AspNetCore.HealthChecks" Version="1.0.0" />
<PackageReference Include="AWSSDK.Core" Version="3.7.303.22" />
<PackageReference Include="AWSSDK.Core" Version="3.7.303.29" />
<PackageReference Include="Azure.Core" Version="1.39.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="8.0.4" />
Expand All @@ -30,7 +30,7 @@
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
Expand Down
7 changes: 7 additions & 0 deletions TeamBuilder/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="teambuilderapp" value="https://pkgs.dev.azure.com/teambuilderapp/_packaging/teambuilderapp/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 5408c68

Please sign in to comment.