This website works better with JavaScript.
Home
Explore
Sign In
craig.oates
/
brittle-fish
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
update core CLI to .net core 2.1 and nuget packages.
master
Craig Oates
3 years ago
parent
7c2f20e116
commit
9e2942193c
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
BrittleFishCore/BrittleFishCore.fsproj
+ 2
- 2
BrittleFishCore/BrittleFishCore.fsproj
View File
@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.
0
</TargetFramework>
<TargetFramework>netcoreapp2.
1
</TargetFramework>
<Authors>Craig Oates</Authors>
<Product>Brittle Fish Core</Product>
<Description>A demo. console program for showing how Console.Waterworks.Core works in a F# console program. Type help for a list of available commands.</Description>
@ -23,7 +23,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Console.Waterworks.Core" Version="1.0.0
-alpha
" />
<PackageReference Include="Console.Waterworks.Core" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
Write
Preview
Loading…
Cancel
Save