Skip to content

Commit

Permalink
Updated nuget(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonace committed Jan 20, 2024
1 parent 03452b5 commit af430b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion laget.Auditing/laget.Auditing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="laget.Azure.ServiceBus" Version="2.2.48" />
<PackageReference Include="laget.Azure.ServiceBus" Version="2.2.49" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions laget.Auditing/laget.Auditing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
<repository type="git" url="https://github.com/laget-se/laget.Auditing" branch="master" />
<dependencies>
<group targetFramework="net8.0">
<dependency id="laget.Azure.ServiceBus" version="2.2.48" />
<dependency id="laget.Azure.ServiceBus" version="2.2.49" />
</group>
<group targetFramework="net6.0">
<dependency id="laget.Azure.ServiceBus" version="2.2.48" />
<dependency id="laget.Azure.ServiceBus" version="2.2.49" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="laget.Azure.ServiceBus" version="2.2.48" />
<dependency id="laget.Azure.ServiceBus" version="2.2.49" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="laget.Azure.ServiceBus" version="2.2.48" />
<dependency id="laget.Azure.ServiceBus" version="2.2.49" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit af430b1

Please sign in to comment.