Skip to content

Commit a45b592

Browse files
committed
Fix NuGetSpecTest version expectation to match csproj file
- Update expected version from 1.1.2 to 1.1.3 for Microsoft.AspNetCore.Mvc.Abstractions - Matches actual version in packagereference.csproj test resource - Fixes test failure on both Gradle 8 and Gradle 9
1 parent e193d77 commit a45b592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/ullink/NuGetSpecTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ class NuGetSpecTest {
577577
<version>2.1</version>
578578
<description>fooDescription</description>
579579
<dependencies>
580-
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.1.2"/>
580+
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.1.3"/>
581581
<dependency id="Microsoft.AspNetCore.Mvc.Core" version="1.1.2"/>
582582
<dependency id="Microsoft.Extensions.Caching.Abstractions" version="1.1.1"/>
583583
<dependency id="Microsoft.Extensions.Configuration.Binder" version="1.1.1"/>

0 commit comments

Comments
 (0)