Skip to content

Commit d152bf5

Browse files
committed
ImmutableObjectGraph (core) targets profile259
1 parent 63017d4 commit d152bf5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/ImmutableObjectGraph.Core.NuGet/ImmutableObjectGraph.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<copyright></copyright>
1212
<tags></tags>
1313
<dependencies>
14-
<group targetFramework="portable-net45+win+wp80+MonoAndroid10+xamarinios10+MonoTouch10">
14+
<group targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10">
1515
<dependency id="System.Collections.Immutable" version="1.1.37" />
1616
<dependency id="Validation" version="2.2.8" />
1717
</group>

src/ImmutableObjectGraph/ImmutableObjectGraph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RootNamespace>ImmutableObjectGraph</RootNamespace>
1313
<AssemblyName>ImmutableObjectGraph</AssemblyName>
1414
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
15-
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
15+
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
1616
<FileAlignment>512</FileAlignment>
1717
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
1818
<RestorePackages>true</RestorePackages>

src/ImmutableObjectGraph/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Validation": "2.2.8"
2121
},
2222
"frameworks": {
23-
".NETPortable,Version=v4.5,Profile=Profile78": { }
23+
".NETPortable,Version=v4.5,Profile=Profile259": { }
2424
},
2525
"runtimes": {
2626
"win": { }

0 commit comments

Comments
 (0)