Commit 04e837dd authored by Marc Gravell's avatar Marc Gravell

need to explicitly include an empty net45 section to indicate no deps,...

need to explicitly include an empty net45 section to indicate no deps, otherwise it assumes net40 deps still apply
parent e46c73d5
......@@ -19,6 +19,8 @@
<dependency id="Microsoft.Bcl.Async" version="1.0.168"/>
<dependency id="Microsoft.Bcl.Build" version="1.0.14"/>
</group>
<group targetFramework="net45">
</group>
</dependencies>
</metadata>
<files>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment