Skip to content

Commit 736a9b2

Browse files
committed
Fix issue where "Dependencies don't flow from new NETStandard project".
It was not able to find the DNS assembly dotnet/sdk#901
1 parent b8cdf3f commit 736a9b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

IISUtilCmd/IISUtilCmd.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
78
<ProjectGuid>{F5A924B7-B11A-47DB-9E8A-3973154C6641}</ProjectGuid>
89
<OutputType>Exe</OutputType>
910
<RootNamespace>IISUtilCmd</RootNamespace>
@@ -59,6 +60,10 @@
5960
<None Include="App.config" />
6061
</ItemGroup>
6162
<ItemGroup>
63+
<ProjectReference Include="..\..\ACMEClientSolution\ACMEClientLib\ACMEClientLib.csproj">
64+
<Project>{7c9b04f5-3783-4465-a03e-9a5026d5c079}</Project>
65+
<Name>ACMEClientLib</Name>
66+
</ProjectReference>
6267
<ProjectReference Include="..\ext\IISConfigTool\IISConfigTool\IISConfigTool.csproj">
6368
<Project>{29e83e2d-e3ad-4e20-849f-d20cc32df583}</Project>
6469
<Name>IISConfigTool</Name>

0 commit comments

Comments
 (0)