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
  • Loading branch information
dependjinbot committed Jun 3, 2024
1 parent e2cce5c commit f12ebd3
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 13 deletions.
3 changes: 2 additions & 1 deletion Solutions/Menes.Abstractions/Menes.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Corvus.Extensions.Newtonsoft.Json" Version="3.0.0" />
<PackageReference Include="Corvus.Monitoring.Instrumentation.Abstractions" Version="1.3.3" />
<PackageReference Include="Corvus.UriTemplates" Version="1.2.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 @@ -37,3 +37,4 @@
</ItemGroup>

</Project>

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

<ItemGroup>
<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 @@ -34,4 +34,4 @@
<ProjectReference Include="..\Menes.Hosting\Menes.Hosting.csproj" />
</ItemGroup>

</Project>
</Project>
3 changes: 2 additions & 1 deletion Solutions/Menes.Hosting/Menes.Hosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<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 @@ -21,3 +21,4 @@
</ItemGroup>

</Project>

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

<ItemGroup>
<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 @@ -26,3 +26,4 @@
</ItemGroup>

</Project>

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

<ItemGroup>
<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 @@ -57,4 +57,4 @@
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions Solutions/Menes.PetStore.Specs/Menes.PetStore.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ItemGroup>
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="2.0.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 Down Expand Up @@ -72,4 +72,4 @@
</Compile>
</ItemGroup>

</Project>
</Project>
3 changes: 2 additions & 1 deletion Solutions/Menes.PetStore/Menes.PetStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<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 @@ -29,3 +29,4 @@
</ItemGroup>

</Project>

4 changes: 2 additions & 2 deletions Solutions/Menes.Specs/Menes.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ItemGroup>
<PackageReference Include="Corvus.Testing.SpecFlow.NUnit" Version="2.0.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 @@ -64,4 +64,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<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 @@ -24,3 +24,4 @@
</ItemGroup>

</Project>

0 comments on commit f12ebd3

Please sign in to comment.