Skip to content

Commit a05e9cb

Browse files
committed
Latest dependencies (and bump to net8.0 due to xunit.v3.runner.utility 2.x new minimums)
1 parent 6c5b6a1 commit a05e9cb

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-dotnet@v4
2525
with:
2626
dotnet-version: |
27-
6.0.x
27+
8.0.x
2828
9.0.x
2929
3030
- name: Get .NET information

.github/workflows/push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: |
29-
6.0.x
29+
8.0.x
3030
9.0.x
3131
3232
- name: Get .NET information

Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project>
22

33
<PropertyGroup>
4-
<ILRepackVersion>2.0.37</ILRepackVersion>
4+
<ILRepackVersion>2.0.41</ILRepackVersion>
55
<MicrosoftNetCoreAppRefVersion>6.0.32</MicrosoftNetCoreAppRefVersion>
66
<MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.3</MicrosoftNetFrameworkReferenceAssembliesVersion>
7-
<MicrosoftNetTestSdkVersion>17.12.0</MicrosoftNetTestSdkVersion>
7+
<MicrosoftNetTestSdkVersion>17.13.0</MicrosoftNetTestSdkVersion>
88
<MicrosoftSourceLinkGitHubVersion>8.0.0</MicrosoftSourceLinkGitHubVersion>
99
<MicrosoftTestPlatformObjectModelVersion>$(MicrosoftNetTestSdkVersion)</MicrosoftTestPlatformObjectModelVersion>
1010
<NerdbankGitVersioningVersion>3.7.115</NerdbankGitVersioningVersion>
1111
<NSubstituteVersion>5.3.0</NSubstituteVersion>
1212
<TunnelVisionLabsReferenceAssemblyAnnotatorVersion>1.0.0-alpha.160</TunnelVisionLabsReferenceAssemblyAnnotatorVersion>
13-
<XunitAnalyzersVersion>1.20.0</XunitAnalyzersVersion>
13+
<XunitAnalyzersVersion>1.21.0</XunitAnalyzersVersion>
1414
<XunitV2Version>2.9.3</XunitV2Version>
15-
<XunitV3Version>1.1.0</XunitV3Version>
15+
<XunitV3Version>2.0.2-pre.30</XunitV3Version>
1616
</PropertyGroup>
1717

1818
</Project>

src/xunit.runner.visualstudio/xunit.runner.visualstudio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<AssemblyName>xunit.runner.visualstudio.testadapter</AssemblyName>
66
<AssemblyTitle>xUnit.net Runner for Visual Studio ($(TargetFramework))</AssemblyTitle>
7-
<CopyLocalLockFileAssemblies Condition=" '$(TargetFramework)' == 'net6.0' ">true</CopyLocalLockFileAssemblies>
7+
<CopyLocalLockFileAssemblies Condition=" '$(TargetFramework)' == 'net8.0' ">true</CopyLocalLockFileAssemblies>
88
<NoWarn>$(NoWarn);CS0436;NU1505</NoWarn>
99
<PackageId>$(MSBuildProjectName)</PackageId>
1010
<RootNamespace>Xunit.Runner.VisualStudio</RootNamespace>
11-
<TargetFrameworks>net472;net6.0</TargetFrameworks>
11+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
1212
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1313
</PropertyGroup>
1414

src/xunit.runner.visualstudio/xunit.runner.visualstudio.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<icon>_content/logo-128-transparent.png</icon>
1212
<readme>_content/README.md</readme>
1313
<releaseNotes>https://xunit.net/releases/visualstudio/$PackageVersion$</releaseNotes>
14-
<description>Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Supports .NET 4.7.2 or later, and .NET 6 or later.</description>
14+
<description>Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Supports .NET 4.7.2 or later, and .NET 8 or later.</description>
1515
<copyright>Copyright (C) .NET Foundation</copyright>
1616
<repository type="git" url="https://github.com/xunit/visualstudio.xunit" commit="$GitCommitId$" />
1717
<developmentDependency>true</developmentDependency>
1818
<dependencies>
1919
<group targetFramework="net472">
2020
<dependency id="Microsoft.TestPlatform.ObjectModel" version="$MicrosoftTestPlatformObjectModelVersion$" />
2121
</group>
22-
<group targetFramework="net6.0"/>
22+
<group targetFramework="net8.0"/>
2323
</dependencies>
2424
<frameworkAssemblies>
2525
<frameworkAssembly assemblyName="mscorlib" targetFramework="net472" />
@@ -34,12 +34,12 @@
3434
<file target="build\net472\" src="bin\$Configuration$\net472\merged\$SignedPath$xunit.runner.visualstudio.testadapter.dll" />
3535
<file target="build\net472\xunit.runner.visualstudio.props" src="build\xunit.runner.visualstudio.props" />
3636

37-
<file target="build\net6.0\" src="bin\$Configuration$\net6.0\xunit.abstractions.dll" />
38-
<file target="build\net6.0\" src="bin\$Configuration$\net6.0\merged\$SignedPath$xunit.runner.visualstudio.testadapter.dll" />
39-
<file target="build\net6.0\xunit.runner.visualstudio.props" src="build\xunit.runner.visualstudio.props" />
37+
<file target="build\net8.0\" src="bin\$Configuration$\net8.0\xunit.abstractions.dll" />
38+
<file target="build\net8.0\" src="bin\$Configuration$\net8.0\merged\$SignedPath$xunit.runner.visualstudio.testadapter.dll" />
39+
<file target="build\net8.0\xunit.runner.visualstudio.props" src="build\xunit.runner.visualstudio.props" />
4040

4141
<file target="lib\net472\" src="build\_._" />
4242

43-
<file target="lib\net6.0\" src="build\_._" />
43+
<file target="lib\net8.0\" src="build\_._" />
4444
</files>
4545
</package>

test/test.v2/test.v2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net472;net6.0</TargetFrameworks>
4+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>

test/test.v3/test.v3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net472;net6.0</TargetFrameworks>
5+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>

test/test.xunit.runner.visualstudio/test.xunit.runner.visualstudio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Nullable>enable</Nullable>
55
<OutputType>Exe</OutputType>
6-
<TargetFrameworks>net472;net6.0</TargetFrameworks>
6+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
77
</PropertyGroup>
88

99
<ItemGroup>

tools/builder/targets/SignAssemblies.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static Task OnExecute(BuildContext context)
2020
var binaries =
2121
new[] {
2222
Path.Combine(context.BaseFolder, "src", "xunit.runner.visualstudio", "bin", context.ConfigurationText, "net472", "merged", "xunit.runner.visualstudio.testadapter.dll"),
23-
Path.Combine(context.BaseFolder, "src", "xunit.runner.visualstudio", "bin", context.ConfigurationText, "net6.0", "merged", "xunit.runner.visualstudio.testadapter.dll"),
23+
Path.Combine(context.BaseFolder, "src", "xunit.runner.visualstudio", "bin", context.ConfigurationText, "net8.0", "merged", "xunit.runner.visualstudio.testadapter.dll"),
2424
}.Select(unsignedPath =>
2525
{
2626
var unsignedFolder = Path.GetDirectoryName(unsignedPath) ?? throw new InvalidOperationException($"Path '{unsignedPath}' did not have a folder");

0 commit comments

Comments
 (0)