Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DubyaDude authored Nov 24, 2022
1 parent 1b20b1b commit 858c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This allows for a better understanding and control of the Media Sessions and can
- In situations such as being run through Windows Task Scheduler, the application will need an active window to start with, you can hide it afterward.
### NET Framework:
For .NET Framework, I've seen people encountering issues with how the package gets imported. If you run across this issue, add the package by adding this to the .csproj file.
<br> (replacing '2.1.0' with the preferred NuGet version)
<br> (replacing '2.3.0' with the preferred NuGet version)
```csproj
<ItemGroup>
<PackageReference Include="Dubya.WindowsMediaController">
Expand Down

0 comments on commit 858c9a1

Please sign in to comment.