Skip to content

Commit

Permalink
Add uap target back to NAudio.csproj and net40-client back to NAudioD…
Browse files Browse the repository at this point in the history
…emo.csproj
  • Loading branch information
jwosty committed Dec 30, 2019
1 parent f487fba commit 478a923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAudio/NAudio.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;netstandard2.0;net35</TargetFrameworks>
<TargetFrameworks>netcoreapp3.0;net35;netstandard2.0;uap10.0</TargetFrameworks>
<Version>1.9.0</Version>
<Authors>Mark Heath &amp; Contributors</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
2 changes: 1 addition & 1 deletion NAudioDemo/NAudioDemo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.0;net40-client;</TargetFrameworks>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<OutputType>WinExe</OutputType>
Expand Down
1 change: 1 addition & 0 deletions NAudioDemo/NAudioDemo.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<ActiveDebugFramework>net40-client</ActiveDebugFramework>
</PropertyGroup>
<ItemGroup>
<Compile Update="AcmDemo\AcmPanel.cs">
Expand Down

0 comments on commit 478a923

Please sign in to comment.