Skip to content

Commit 30fb2f8

Browse files
author
David Henley
authored
Updated Behaviors for netcoreapp3.0 target
1 parent dd42b37 commit 30fb2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Caliburn.Micro.Platform/Caliburn.Micro.Platform.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
26-
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version=" 1.1.3" />
26+
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.3" />
2727
<Reference Include="PresentationCore" />
2828
<Reference Include="PresentationFramework" />
2929
<Reference Include="System.Xaml" />
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
35-
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.0.1" />
35+
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.3" />
3636
<PackageReference Include="Microsoft.WindowsDesktop.App" Version="3.0.0-preview7-27912-14" />
3737
<Compile Include="Platforms\net46-netcore\**\*.cs" />
3838
</ItemGroup>

0 commit comments

Comments
 (0)