Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.100 to 1.0.101 in /src
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.100 to 1.0.101.
- [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 Oct 19, 2023
1 parent 558f4b7 commit f203578
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/NoRefsTests/NoRefsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
</ItemGroup>
<Import Project="$(ProjectDir)..\Polyfill\Polyfill.props" />
<Import Project="$(ProjectDir)..\Polyfill\Polyfill.targets" />
Expand Down
2 changes: 1 addition & 1 deletion src/Polyfill/Polyfill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Source only packages that exposes newer .net and C# features to older runtimes.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/PublicTests/PublicTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="$(TargetFrameworkIdentifier) == '.NETStandard' or $(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework.StartsWith('netcoreapp'))" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework.StartsWith('net46'))" />
<PackageReference Include="System.Net.Http" Version="4.3.4" Condition="$(TargetFramework.StartsWith('net4'))" />
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.1.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="$(TargetFrameworkIdentifier) == '.NETStandard' or $(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework.StartsWith('netcoreapp3'))" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework.StartsWith('net46'))" />
<PackageReference Include="System.Net.Http" Version="4.3.4" Condition="$(TargetFramework.StartsWith('net4'))" />
Expand Down
2 changes: 1 addition & 1 deletion src/UnsafeTests/UnsafeTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="$(TargetFrameworkIdentifier) == '.NETStandard' or $(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework.StartsWith('netcoreapp'))" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework.StartsWith('net46'))" />
<PackageReference Include="System.Net.Http" Version="4.3.4" Condition="$(TargetFramework.StartsWith('net4'))" />
Expand Down

0 comments on commit f203578

Please sign in to comment.