Skip to content

Commit

Permalink
update to .net core 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MNie committed Nov 15, 2019
1 parent d819e0f commit 1ab13ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: bionic
language: csharp
mono: none
dotnet: 2.2
dotnet: 3.0
sudo: required

script:
Expand Down
2 changes: 1 addition & 1 deletion Expecto.Template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Expecto.Template</id>
<version>11.0.0</version>
<version>12.0.0</version>
<authors>Michał Niegrzybowski</authors>
<owners>Michał Niegrzybowski</owners>
<licenseUrl>https://github.com/MNie/Expecto.Template/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion ExpectoTemplate.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It's a template for [Expecto](https://github.com/haf/expecto) F# test library.
* run command `dotnet new -i PATH`, where PATH is a path to a folder where project is located
* create new project executing `dotnet new expecto -n PROJECT_NAME -o FOLDER_NAME -lang F#` (since there is a [known issue in dotnet cli](https://github.com/dotnet/templating/issues/1401) `-lang F#` parameter is currently required)
* `dotnet restore`
* `dotnet run` or `dotnet watch run`
* `dotnet run` or `dotnet watch run` or `dotnet test` or `dotnet watch test`

# How it works?
* ![dotnet run && dotnet test](https://raw.githubusercontent.com/MNie/Expecto.Template/master/images/expecto.gif)
Expand Down

0 comments on commit 1ab13ab

Please sign in to comment.