Skip to content

Commit 62415f8

Browse files
committed
Repairs nuget references
1 parent 3856ea5 commit 62415f8

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

MonoGameStateMachine/MonoGameStateMachine.csproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8-
9-
10-
<ProjectGuid>{A1AD3096-CCDB-4B43-9104-295B7F59F3D3}</ProjectGuid>
8+
<ProjectGuid>{A1AD3096-CCDB-4B43-9104-295B7F59F3D3}</ProjectGuid>
119
<OutputType>Library</OutputType>
1210
<AppDesignerFolder>Properties</AppDesignerFolder>
1311
<RootNamespace>MonoGameStateMachine</RootNamespace>
@@ -17,7 +15,6 @@
1715
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1816
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
1917
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20-
2118
</PropertyGroup>
2219
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2320
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -33,12 +30,10 @@
3330
<DebugType>pdbonly</DebugType>
3431
<Optimize>true</Optimize>
3532
<OutputPath>bin\Release\</OutputPath>
36-
3733
<DefineConstants>TRACE</DefineConstants>
3834
<ErrorReport>prompt</ErrorReport>
3935
<WarningLevel>4</WarningLevel>
4036
</PropertyGroup>
41-
4237
<ItemGroup>
4338
<Compile Include="Api\BuilderFluent.cs" />
4439
<Compile Include="Api\FluentImplementation.cs" />
@@ -59,8 +54,9 @@
5954
<HintPath>..\packages\JetBrains.Annotations.11.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
6055
<Private>True</Private>
6156
</Reference>
62-
<Reference Include="MonoGame.Framework">
63-
<HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\Windows\MonoGame.Framework.dll</HintPath>
57+
<Reference Include="MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL">
58+
<HintPath>..\packages\MonoGame.Framework.Portable.3.6.0.1625\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath>
59+
<Private>True</Private>
6460
</Reference>
6561
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
6662
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="JetBrains.Annotations" version="11.1.0" targetFramework="net451" />
4-
<package id="MonoGame.Framework.Portable" version="3.6.0.1625" targetFramework="net451" />
4+
<package id="MonoGame.Framework.Portable" version="3.6.0.1625" targetFramework="portable45-net45+win8+wpa81" />
55
<package id="NUnit" version="3.8.1" targetFramework="net451" />
66
<package id="StateMachine" version="1.1.1.3" targetFramework="net451" />
77
</packages>

0 commit comments

Comments
 (0)