Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.111 to 1.0.112 in /src
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.111 to 1.0.112.
- [Commits](https://github.com/SimonCropp/ProjectDefaults/commits)

---
updated-dependencies:
- dependency-name: ProjectDefaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 8354631 commit 920cf3d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Argon.DataSets/Argon.DataSets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks Condition="$(Configuration) == 'DebugNet8'">net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
<ProjectReference Include="..\Argon\Argon.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Argon.FSharp/Argon.FSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Using Include="Microsoft.FSharp.Reflection" />
<Using Include="Microsoft.FSharp.Collections" />
<PackageReference Include="FSharp.Core" Version="8.0.200" />
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
<ProjectReference Include="..\Argon\Argon.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Argon.JsonPath/Argon.JsonPath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks Condition="$(Configuration) == 'DebugNet8'">net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
<ProjectReference Include="..\Argon\Argon.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Argon.NodaTime/Argon.NodaTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Using Include="NodaTime.TimeZones" />
<Using Include="NodaTime.Text" />
<PackageReference Include="NodaTime" Version="3.1.11" />
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
<ProjectReference Include="..\Argon\Argon.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Argon.Xml/Argon.Xml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks Condition="$(Configuration) == 'DebugNet8'">net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
<ProjectReference Include="..\Argon\Argon.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Argon/Argon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks Condition="$(Configuration) == 'DebugNet8'">net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net472'" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" Condition="'$(TargetFramework)' != 'net8.0'" />
Expand Down

0 comments on commit 920cf3d

Please sign in to comment.