Skip to content

Commit

Permalink
Switch to .NET 5.0; use NuGet OVRSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed May 29, 2021
1 parent 7d0de6e commit 78d0bbc
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 8,802 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.402
dotnet-version: "5.0.x"
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.402
dotnet-version: "5.0.x"
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a very, very, _very_ simple OpenVR overlay that literally just puts an a

[Here](https://github.com/tjhorner/WhereIsForward/releases)

You might need the [.NET Core Desktop Runtime](https://download.visualstudio.microsoft.com/download/pr/1b3a8899-127a-4465-a3c2-7ce5e4feb07b/1e153ad470768baa40ed3f57e6e7a9d8/windowsdesktop-runtime-5.0.0-win-x64.exe) if you don't already have it. (Or you can download the self-contained version instead, which includes the .NET Core runtime.)
You might need the [.NET Desktop Runtime](https://download.visualstudio.microsoft.com/download/pr/1b3a8899-127a-4465-a3c2-7ce5e4feb07b/1e153ad470768baa40ed3f57e6e7a9d8/windowsdesktop-runtime-5.0.0-win-x64.exe) if you don't already have it. (Or you can download the self-contained version instead, which includes the .NET runtime.)

### Why?

Expand Down
63 changes: 0 additions & 63 deletions WhereIsForward/OVRUtils/Application.cs

This file was deleted.

20 changes: 0 additions & 20 deletions WhereIsForward/OVRUtils/Exceptions/OpenVRSystemException.cs

This file was deleted.

Loading

0 comments on commit 78d0bbc

Please sign in to comment.