Skip to content

Commit

Permalink
fix nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MNie committed Aug 26, 2018
1 parent 9f599d3 commit aa318b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0.0</version>
<version>2.1.0</version>
<authors>Michał Niegrzybowski</authors>
<owners>Michał Niegrzybowski</owners>
<licenseUrl>https://github.com/MNie/FSharpNetCoreWebApiTemplate/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,9 +15,9 @@
<packageType name="Template"/>
</packageTypes>
<dependencies>
<dependency id="Microsoft.AspNetCore.All" version="[2.0.0, 3.0.0)"/>
<dependency id="Microsoft.Extensions.Logging.Debug" version="[2.0.0, 3.0.0)"/>
<dependency id="Microsoft.DotNet.Watcher.Tools" version="[2.0.0, 3.0.0)"/>
<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)"/>
</dependencies>
</metadata>
Expand Down

0 comments on commit aa318b3

Please sign in to comment.