Skip to content

Commit

Permalink
update to .net core 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MNie committed Aug 26, 2018
1 parent aa318b3 commit 8b73035
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
10 changes: 5 additions & 5 deletions WebApiFSharp.Template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>WebAPI.FSharp.Template</id>
<version>2.1.0</version>
<version>3.0.0</version>
<authors>Michał Niegrzybowski</authors>
<owners>Michał Niegrzybowski</owners>
<licenseUrl>https://github.com/MNie/FSharpNetCoreWebApiTemplate/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,10 +15,10 @@
<packageType name="Template"/>
</packageTypes>
<dependencies>
<dependency id="Microsoft.AspNetCore.All" version="[2.0.0, 2.1.0)"/>
<dependency id="Microsoft.Extensions.Logging.Debug" version="[2.0.0, 2.1.0)"/>
<dependency id="Microsoft.DotNet.Watcher.Tools" version="[2.0.0, 2.1.0)"/>
<dependency id="FSharp.Core" version="[4.1.0, 4.2.0)"/>
<dependency id="Microsoft.AspNetCore.All" version="[2.1.0, 2.2.0)"/>
<dependency id="Microsoft.Extensions.Logging.Debug" version="[2.1.0, 2.2.0)"/>
<dependency id="Microsoft.DotNet.Watcher.Tools" version="[2.1.0, 2.2.0)"/>
<dependency id="FSharp.Core" version="[4.5.0, 4.6.0)"/>
</dependencies>
</metadata>
</package>
11 changes: 4 additions & 7 deletions webapifsharp.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand All @@ -11,12 +11,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" Version="4.1.*" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.*"/>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.*" />
<PackageReference Include="FSharp.Core" Version="4.5.*" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.1"/>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.1" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="2.0.*" />
</ItemGroup>
</Project>

0 comments on commit 8b73035

Please sign in to comment.