Skip to content

Commit

Permalink
Merge pull request #5 from messerli-informatik-ag/upgrade-to-netcore3.1
Browse files Browse the repository at this point in the history
Upgrade to .Net Core 3.1
  • Loading branch information
sutser authored Jan 15, 2020
2 parents 4cbf43c + da7ca2e commit d24a885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: bionic
language: csharp
dotnet: "3.0.100"
dotnet: "3.1"
mono: none

env:
Expand Down
4 changes: 2 additions & 2 deletions PgpWordList.Test/PgpWordList.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Messerli.PgpWordList.Test</RootNamespace>
<AssemblyName>Messerli.PgpWordList.Test</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit d24a885

Please sign in to comment.