Skip to content

Commit

Permalink
Removing BehaviorsXamlSDKManaged and replacing with Microsoft.Xaml.Be…
Browse files Browse the repository at this point in the history
…haviors.Uwp.Managed 2.0 (#43)
  • Loading branch information
EricAtMSFT authored Jun 13, 2017
1 parent a4af53e commit 028e70c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
<ItemGroup>
<!--A reference to the entire .Net Framework and Windows SDK are automatically included-->
<None Include="project.json" />
<SDKReference Include="BehaviorsXamlSDKManaged, Version=12.0">
<Name>Behaviors SDK %28XAML%29</Name>
</SDKReference>
<SDKReference Include="MSTestFramework.Universal, Version=$(UnitTestPlatformVersion)" />
<SDKReference Include="TestPlatform.Universal, Version=$(UnitTestPlatformVersion)" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion PhotoSharingApp/PhotoSharingApp.Universal.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.0"
},
"frameworks": {
"uap10.0": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,6 @@
</Page>
</ItemGroup>
<ItemGroup>
<SDKReference Include="BehaviorsXamlSDKManaged, Version=12.0">
<Name>Behaviors SDK %28XAML%29</Name>
</SDKReference>
<SDKReference Include="WindowsMobile, Version=10.0.14393.0">
<Name>Windows Mobile Extensions for the UWP</Name>
</SDKReference>
Expand Down
1 change: 1 addition & 0 deletions PhotoSharingApp/PhotoSharingApp.Universal/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"dependencies": {
"Microsoft.Azure.Mobile.Client": "2.0.1",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.0",
"Unity": "3.5.1404",
"WindowsAzure.Messaging.Managed": "0.1.7.9",
"WindowsAzure.Storage": "5.0.0"
Expand Down

0 comments on commit 028e70c

Please sign in to comment.