Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Standard 1.1 #22

Merged
merged 1 commit into from
Mar 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ModernDev.InTouch.Standard/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "9.0.1",
"System.Net.Http": "4.3.0"
"System.Net.Http": "4.3.1"
},
"frameworks": {
"netstandard1.1": {}
Expand Down
3 changes: 3 additions & 0 deletions ModernDev.InTouch.Tests/ModernDev.InTouch.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
<Name>ModernDev.InTouch.Portable</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
4 changes: 3 additions & 1 deletion ModernDev.InTouch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<dependencies>
<group targetFramework="netstandard1.1">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="System.Net.Http" version="4.3.0" />
<dependency id="System.Net.Http" version="4.3.1" />
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Microsoft.NETCore.Portable.Compatibility" version="1.0.1" />
</group>
<group targetFramework="portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1">
<dependency id="Newtonsoft.Json" version="9.0.1" />
Expand Down