Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.4...2.5.5)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump xunit from 2.6.2 to 2.6.3

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.6.3.
- [Commits](xunit/xunit@2.6.2...2.6.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

Bump xunit from 2.6.3 to 2.6.4

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4.
- [Commits](xunit/xunit@2.6.3...2.6.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.5...2.5.6)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump xunit from 2.6.4 to 2.6.5

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.4 to 2.6.5.
- [Commits](xunit/xunit@2.6.4...2.6.5)

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

Signed-off-by: dependabot[bot] <[email protected]>

Bump Statiq.Core from 1.0.0-beta.71 to 1.0.0-beta.72

Bumps [Statiq.Core](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.71 to 1.0.0-beta.72.
- [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
- [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
- [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.71...v1.0.0-beta.72)

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

Signed-off-by: dependabot[bot] <[email protected]>

Bump Statiq.Testing from 1.0.0-beta.71 to 1.0.0-beta.72

Bumps [Statiq.Testing](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.71 to 1.0.0-beta.72.
- [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
- [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
- [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.71...v1.0.0-beta.72)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SteveDesmond-ca committed Jan 10, 2024
1 parent 2b7aa5a commit 6fc48bd
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
32 changes: 16 additions & 16 deletions StatiqPipelines.Tests/StatiqPipelines.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>ecoAPM.StatiqPipelines.Tests</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="Statiq.Testing" Version="1.0.0-beta.71"/>
<PackageReference Include="xunit" Version="2.6.2"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" PrivateAssets="all"/>
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all"/>
<ProjectReference Include="../StatiqPipelines/StatiqPipelines.csproj"/>
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>ecoAPM.StatiqPipelines.Tests</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="Statiq.Testing" Version="1.0.0-beta.72"/>
<PackageReference Include="xunit" Version="2.6.5"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all"/>
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all"/>
<ProjectReference Include="../StatiqPipelines/StatiqPipelines.csproj"/>
</ItemGroup>
</Project>
58 changes: 29 additions & 29 deletions StatiqPipelines/StatiqPipelines.csproj
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>2.0.0</Version>
<PackageId>ecoAPM.StatiqPipelines</PackageId>
<RootNamespace>ecoAPM.StatiqPipelines</RootNamespace>
<Description>Pipelines and helpers used in ecoAPM's static sites</Description>
<Authors>ecoAPM LLC</Authors>
<Company>ecoAPM LLC</Company>
<Copyright>ecoAPM LLC</Copyright>
<Product>Statiq</Product>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/ecoAPM/StatiqPipelines</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ecoAPM/StatiqPipelines</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all"/>
<PackageReference Include="Statiq.Core" Version="1.0.0-beta.71"/>
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/>
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>2.0.0</Version>
<PackageId>ecoAPM.StatiqPipelines</PackageId>
<RootNamespace>ecoAPM.StatiqPipelines</RootNamespace>
<Description>Pipelines and helpers used in ecoAPM's static sites</Description>
<Authors>ecoAPM LLC</Authors>
<Company>ecoAPM LLC</Company>
<Copyright>ecoAPM LLC</Copyright>
<Product>Statiq</Product>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/ecoAPM/StatiqPipelines</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ecoAPM/StatiqPipelines</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all"/>
<PackageReference Include="Statiq.Core" Version="1.0.0-beta.72"/>
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/>
</ItemGroup>

</Project>

0 comments on commit 6fc48bd

Please sign in to comment.