Skip to content

Commit 262b61d

Browse files
committed
Update WPFDevelopers.Samples40.csproj
1 parent 6bb5a58 commit 262b61d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/WPFDevelopers.Samples40/WPFDevelopers.Samples40.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net40</TargetFramework>
44
</PropertyGroup>
5-
<Import Project="../Resources.props"/>
5+
<Import Project="../Resources.props" />
66
<ItemGroup>
77
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
88
<Visible>False</Visible>
@@ -11,7 +11,9 @@
1111
</BootstrapperPackage>
1212
</ItemGroup>
1313
<ItemGroup>
14-
<ProjectReference Include="..\WPFDevelopers.Net40\WPFDevelopers.Net40.csproj" />
14+
<PackageReference Include="WPFDevelopers" Version="1.1.0.2-preview6" />
15+
</ItemGroup>
16+
<ItemGroup>
1517
<ProjectReference Include="..\WPFDevelopers.SamplesCode\WPFDevelopers.SamplesCode.csproj" />
1618
</ItemGroup>
1719
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)