Skip to content

Commit

Permalink
WIP: set System.Configuration.ConfigurationManager to version 6.0
Browse files Browse the repository at this point in the history
In attempt to fix this error in functional tests:
```
"Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Could not find or load a specific file. (0x80131621)")"
```
  • Loading branch information
webwarrior-ws committed Jan 11, 2024
1 parent 6d9ded8 commit 75d1246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<PackageVersion Include="System.Collections" Version="4.3" />
<PackageVersion Include="System.Collections.Concurrent" Version="4.3" />
<PackageVersion Include="System.Collections.Immutable" Version="5.0" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="5.0" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="6.0" />
<PackageVersion Include="System.Diagnostics.Debug" Version="4.3" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="5.0.1" />
<PackageVersion Include="System.Diagnostics.Process" Version="4.3" />
Expand Down

0 comments on commit 75d1246

Please sign in to comment.