Skip to content

Commit 3040828

Browse files
authored
Merge pull request #245 from nHapiNET/dependabot/nuget/tests/NHapi.NUnit.SourceGeneration/System.Data.Odbc-6.0.0
Bump System.Data.Odbc from 5.0.0 to 6.0.0 in /tests/NHapi.NUnit.SourceGeneration
2 parents 1b414c6 + c86c40f commit 3040828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHapi.SourceGeneration/NHapi.SourceGeneration.csproj

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

2727
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
2828
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
29-
<PackageReference Include="System.Data.Odbc" Version="5.0.0" />
29+
<PackageReference Include="System.Data.Odbc" Version="6.0.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition=" '$(TargetFramework)' == 'net35' ">

0 commit comments

Comments
 (0)