Skip to content

Commit

Permalink
Remove System.Configuration.ConfigurationManager from package (#395)
Browse files Browse the repository at this point in the history
MSBuild 17.3 is using a different version and since the package contains System.Configuration.ConfigurationManager, the runtime throws an exception

Fixes #394
  • Loading branch information
jeffkl authored Aug 9, 2022
1 parent 0e6112a commit 95eda65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<PackageReference Update="Microsoft.VSSDK.BuildTools" Version="17.3.2078" />
<PackageReference Update="MSBuild.ProjectCreation" Version="8.0.0" />
<PackageReference Update="Shouldly" Version="4.0.3" />
<PackageReference Update="System.Configuration.ConfigurationManager" Version="5.0.0.0" />
<PackageReference Update="xunit" Version="2.4.1" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.5" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<PackageReference Include="Microsoft.Build.Utilities.Core" ExcludeAssets="Runtime" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" />
<PackageReference Include="Microsoft.VisualStudio.Telemetry" />
<PackageReference Include="System.Configuration.ConfigurationManager" ExcludeAssets="Runtime" />
</ItemGroup>
<ItemGroup>
<Reference Include="$(PkgMicrosoft_Build_Runtime)\contentFiles\any\net46\MSBuild.exe" Private="false" Condition="'$(TargetFramework)' == 'net461'" />
Expand Down

0 comments on commit 95eda65

Please sign in to comment.