Skip to content

Commit

Permalink
And when you upgrade .NET Core, you should upgrade the build environm…
Browse files Browse the repository at this point in the history
…ent too..
  • Loading branch information
itssimple committed Mar 12, 2019
1 parent a038f08 commit 2624335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:2.1
- image: mcr.microsoft.com/dotnet/core/sdk:2.2
working_directory: ~/EliteDangerous-UDP-Dispatcher
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Small service to dispatch incoming UDP packets from Elite: Dangerous to multiple

## How to run

- Requires .NET Core 2.1 SDK
- Requires .NET Core 2.2 SDK

1. `git clone https://github.com/FuelRats/EliteDangerous-UDP-Dispatcher.git`
2. `cd EliteDangerous-UDP-Dispatcher`
Expand Down

0 comments on commit 2624335

Please sign in to comment.