Skip to content

Commit

Permalink
Updated one or more projects with Endjin.RecommendedPractices.GitHub …
Browse files Browse the repository at this point in the history
…dependencies (#224)

Co-authored-by: dependjinbot <dependjinbot@endjin.com>
  • Loading branch information
dependjinbot[bot] and dependjinbot authored Jun 3, 2024
1 parent dc38b57 commit e52e61d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Solutions/Ais.Net.Models.Specs/Ais.Net.Models.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="1.6.0" />
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.7">
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -45,4 +45,4 @@
<ItemGroup>
<Folder Include="Steps\" />
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions Solutions/Ais.Net.Models/Ais.Net.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

<ItemGroup>
<PackageReference Include="Ais.Net" Version="0.4.2" />
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.7">
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="[6.0.*,)" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="[6.0.*,)" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="[6.0.*,)" />
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.7">
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -45,4 +45,4 @@
</None>
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.14.1" />
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.7">
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -36,4 +36,4 @@
<ProjectReference Include="..\Ais.Net.Receiver\Ais.Net.Receiver.csproj" />
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions Solutions/Ais.Net.Receiver/Ais.Net.Receiver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Corvus.Retry" Version="1.0.2" />
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.7">
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -38,4 +38,4 @@
<PackageReference Update="StyleCop.Analyzers" Version="1.2.0-beta.321" />
</ItemGroup>

</Project>
</Project>

0 comments on commit e52e61d

Please sign in to comment.