Skip to content

Commit bf691b4

Browse files
authored
Merge pull request #220 from Umplify/dependabot/nuget/xunit.core-2.6.5
Bump xunit.core from 2.6.4 to 2.6.5
2 parents e84c48d + ba625db commit bf691b4

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

azure-pipeline-PR.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pool:
1414
steps:
1515
- script: echo Build Number $(name)
1616
- task: UseDotNet@2
17-
displayName: 'Use .NET 7.0 sdk'
17+
displayName: 'Use .NET 8.0 sdk'
1818
inputs:
1919
packageType: sdk
2020
version: 8.0.100
@@ -37,13 +37,4 @@ steps:
3737
**/Xunit.Microsoft.DependencyInjection.csproj
3838
**/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj
3939
arguments: '--configuration $(BuildConfiguration)'
40-
- task: NuGetCommand@2
41-
displayName: 'Packing'
42-
inputs:
43-
command: 'pack'
44-
packagesToPack: |
45-
**/Xunit.Microsoft.DependencyInjection.csproj
46-
**/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj
47-
versioningScheme: 'byEnvVar'
48-
versionEnvVar: 'Build.BuildNumber'
4940

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pool:
2121
steps:
2222
- script: echo Build Number $(name)
2323
- task: UseDotNet@2
24-
displayName: 'Use .NET 7.0 sdk'
24+
displayName: 'Use .NET 8.0 sdk'
2525
inputs:
2626
packageType: sdk
2727
version: 8.0.100

src/Xunit.Microsoft.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
15-
<PackageReference Include="xunit.core" Version="2.6.4" />
15+
<PackageReference Include="xunit.core" Version="2.6.5" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
1717
</ItemGroup>
1818
<ItemGroup>

0 commit comments

Comments
 (0)