Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Fankam committed May 8, 2024
1 parent 52c2115 commit 0e83e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tools/code/common/common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.39.0" />
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.ResourceManager" Version="1.12.0-beta.1" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.ResourceManager" Version="1.12.0" />
<PackageReference Include="Flurl" Version="4.0.0" />
<PackageReference Include="LanguageExt.Core" Version="4.4.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Polly" Version="8.3.1" />
<PackageReference Include="System.Interactive.Async" Version="6.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="Yaml2JsonNode" Version="2.0.0.2" />
<PackageReference Include="Yaml2JsonNode" Version="2.1.0" />
<PackageReference Include="YamlDotNet.System.Text.Json" Version="1.4.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tools/code/publisher/publisher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="AsyncKeyedLock" Version="6.4.2" />
<PackageReference Include="DotNext.Threading" Version="5.3.0" />
<PackageReference Include="DotNext.Threading" Version="5.3.1" />
<PackageReference Include="LanguageExt.Transformers" Version="4.4.8" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
Expand Down

0 comments on commit 0e83e7f

Please sign in to comment.