Skip to content

Commit a770819

Browse files
committed
compile for dot net core 3.0
1 parent 203c39b commit a770819

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/Spectrogram/Spectrogram.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net45</TargetFrameworks>
4+
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
55
<Description>Spectrogram is a .NET library which makes it easy to create spectrograms from pre-recorded signals or live audio from the sound card.</Description>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<PackageProjectUrl>https://github.com/swharden/Spectrogram</PackageProjectUrl>
@@ -24,6 +24,10 @@
2424
<Optimize>false</Optimize>
2525
</PropertyGroup>
2626

27+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
28+
<DocumentationFile>C:\Users\scott\Documents\GitHub\Spectrogram\src\Spectrogram\Spectrogram.xml</DocumentationFile>
29+
</PropertyGroup>
30+
2731
<ItemGroup>
2832
<COMReference Include="{d37e2a3e-8545-3a39-9f4f-31827c9124ab}">
2933
<Guid>d37e2a3e-8545-3a39-9f4f-31827c9124ab</Guid>

src/Spectrogram/Spectrogram.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)