Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk
Browse files Browse the repository at this point in the history
Bumps the testing group with 1 update in the /test/Fornax.Seo.Tests directory: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 6face3a commit dff45d1
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions test/Fornax.Seo.Tests/Fornax.Seo.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.65" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<!-- <PackageReference Include="OpenGraph-Net" Version="3.2.6"/> -->
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../src/Fornax.Seo/Fornax.Seo.fsproj"/>
</ItemGroup>
<ItemGroup>
<Compile Include="UnitTests.fs"/>
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.65" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<!-- <PackageReference Include="OpenGraph-Net" Version="3.2.6"/> -->
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../src/Fornax.Seo/Fornax.Seo.fsproj"/>
</ItemGroup>
<ItemGroup>
<Compile Include="UnitTests.fs"/>
</ItemGroup>
</Project>

0 comments on commit dff45d1

Please sign in to comment.