Skip to content

Commit 2d29b24

Browse files
committedDec 17, 2019
Revert "Updated base project and .NET Core version to 3.1"
This reverts commit e77e68c.
1 parent d5fe65a commit 2d29b24

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+493
-494
lines changed
 

‎.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@
88
/LoggerService/bin
99
/Repository/obj
1010
/Repository/bin
11-
/.vs/AccountOwnerServer/v16
12-
/AccountOwnerServer/*.user
13-
/.vs/AccountOwnerServer/DesignTimeBuild/*.dtbcache

‎.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: csharp
2+
mono: none
3+
dotnet: 2.0
4+
script:
5+
- dotnet restore
6+
- dotnet build

0 commit comments

Comments
 (0)
Please sign in to comment.