Skip to content

Commit 78d0bbc

Browse files
committed
Switch to .NET 5.0; use NuGet OVRSharp
1 parent 7d0de6e commit 78d0bbc

10 files changed

Lines changed: 11 additions & 8802 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: 3.1.402
16+
dotnet-version: "5.0.x"
1717
- name: Install dependencies
1818
run: dotnet restore
1919
- name: Build
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup .NET Core
3636
uses: actions/setup-dotnet@v1
3737
with:
38-
dotnet-version: 3.1.402
38+
dotnet-version: "5.0.x"
3939
- name: Install dependencies
4040
run: dotnet restore
4141
- name: Build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a very, very, _very_ simple OpenVR overlay that literally just puts an a
1010

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

13-
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.)
13+
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.)
1414

1515
### Why?
1616

WhereIsForward/OVRUtils/Application.cs

Lines changed: 0 additions & 63 deletions
This file was deleted.

WhereIsForward/OVRUtils/Exceptions/OpenVRSystemException.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)