Skip to content

Commit f79716f

Browse files
authored
Merge pull request #101 from AArnott/fix100
Fix failing unit tests
2 parents 0f4e053 + 7479e55 commit f79716f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageReference Update="CodeGeneration.Roslyn" Version="$(CodeGenerationRoslynVersion)" />
88
<PackageReference Update="CodeGeneration.Roslyn.BuildTime" Version="$(CodeGenerationRoslynVersion)" />
99
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.9.0" />
10-
<PackageReference Update="System.Collections.Immutable" Version="1.4.0" />
10+
<PackageReference Update="System.Collections.Immutable" Version="1.5.0" />
1111
<PackageReference Update="Validation" Version="2.4.18" />
1212
<PackageReference Update="Microsoft.Build" Version="14.3.0" />
1313
<PackageReference Update="xunit" Version="2.3.1" />

0 commit comments

Comments
 (0)