Skip to content

Commit 6f241de

Browse files
committed
Add missing build dependency for IOG.Generation consumers
1 parent 460a578 commit 6f241de

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

src/ImmutableObjectGraph.Generation.NuGet/ImmutableObjectGraph.Generation.NuGet.nuproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</ItemGroup>
1313
<PropertyGroup>
1414
<NuProjPath>$(UserProfile)\.nuget\packages\NuProj\0.10.48-beta-gea4a31bbc5\tools</NuProjPath>
15+
<NuSpecTemplate>ImmutableObjectGraph.Generation.nuspec</NuSpecTemplate>
1516
</PropertyGroup>
1617
<PropertyGroup Label="Globals">
1718
<ProjectGuid>C2529293-7A03-4E3A-B96A-59A6D70D3B86</ProjectGuid>
@@ -46,6 +47,7 @@
4647
<Content Include="Readme.txt" />
4748
</ItemGroup>
4849
<ItemGroup>
50+
<None Include="ImmutableObjectGraph.Generation.nuspec" />
4951
<None Include="project.json" />
5052
</ItemGroup>
5153
<Import Project="$(NuProjPath)\NuProj.targets" />
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
3+
<metadata>
4+
<id>placeholder</id>
5+
<version>$version$</version>
6+
<authors>aarnott</authors>
7+
<owners></owners>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<description>to be overwritten by project file</description>
10+
<releaseNotes></releaseNotes>
11+
<copyright></copyright>
12+
<tags></tags>
13+
<dependencies>
14+
<group targetFramework=".NETPortable0.0-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10">
15+
<dependency id="CodeGeneration.Roslyn" version="0.1.54" />
16+
</group>
17+
</dependencies>
18+
</metadata>
19+
</package>

0 commit comments

Comments
 (0)