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
chenxuuu committed Sep 24, 2019
1 parent 0705e13 commit 801d10d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: csharp
mono: none
dotnet: 2.1.502
dotnet: 3.0.100
script:
- cd maildisk
- dotnet publish -r win-x86
Expand All @@ -11,7 +11,7 @@ script:
- dotnet publish -r linux-arm
- dotnet publish -r linux-arm64
- dotnet publish -r osx-x64
- cd maildisk/bin/Debug/netcoreapp2.1/
- cd maildisk/bin/Debug/netcoreapp3.0/
- tar -zcvf ../../../../../linux-x64.tar.gz linux-x64/publish/
- tar -zcvf ../../../../../linux-arm.tar.gz linux-arm/publish/
- tar -zcvf ../../../../../linux-arm64.tar.gz linux-arm64/publish/
Expand Down
4 changes: 3 additions & 1 deletion maildisk/maildisk/maildisk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Authors>chenxu</Authors>
<Company>chenxublog.com</Company>
<Description>make your e-mail become a netdisk!</Description>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 801d10d

Please sign in to comment.