Skip to content

Commit

Permalink
📦🚀 xUnit version 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanWilhite committed Feb 20, 2024
1 parent 703d017 commit 6aaff38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions SonghayCore.xUnit/SonghayCore.xUnit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyVersion>6.1.0</AssemblyVersion>
<AssemblyVersion>6.1.1</AssemblyVersion>
<RootNamespace>Songhay.Tests</RootNamespace>
<TargetFramework>net6.0</TargetFramework>

Expand Down Expand Up @@ -31,14 +31,14 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE.md" Link="LICENSE.md" Pack="true" PackagePath="$(PackageLicenseFile)"/>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\LICENSE.md" Link="LICENSE.md" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="SonghayCore" Version="6.1.0" />
<PackageReference Include="SonghayCore" Version="6.1.1" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
6 changes: 3 additions & 3 deletions SonghayCore.xUnit/SonghayCore.xUnit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>SonghayCore.xUnit</id>
<version>6.1.0</version>
<version>6.1.1</version>
<description>Extensions and Orderers for Songhay xUnit projects</description>
<authors>Bryan D. Wilhite @BryanWilhite</authors>
<title>Songhay Core Testing for xUnit</title>
Expand All @@ -20,8 +20,8 @@
<dependencies>
<group targetFramework=".NET6.0">
<dependency id="Microsoft.Extensions.DependencyInjection" version="6.0.1" />
<dependency id="xunit" version="2.6.6" />
<dependency id="SonghayCore" version="6.1.0" />
<dependency id="xunit" version="2.7.0" />
<dependency id="SonghayCore" version="6.1.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 6aaff38

Please sign in to comment.