Skip to content

Commit 2631a0d

Browse files
enable .NET Core tests
1 parent 6a4832e commit 2631a0d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Sources/LambdaConverters.Wpf/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// associated with an assembly.
77
[assembly: AssemblyTrademark("")]
88
[assembly: AssemblyCulture("")]
9-
[assembly: AssemblyCopyright("© 2017 Michael Damatov, Dimitri Enns.")]
9+
[assembly: AssemblyCopyright("© 2017-2020 Michael Damatov, Dimitri Enns, Alex Helms.")]
1010

1111
// Setting ComVisible to false makes the types in this assembly not visible
1212
// to COM components. If you need to access a type in this assembly from

Sources/Tests.LambdaConverters.Wpf/AssemblyInfoTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Diagnostics.CodeAnalysis;
33
using System.Linq;
44
using System.Reflection;
5-
using JetBrains.Annotations;
65
using LambdaConverters;
76
using Microsoft.VisualStudio.TestTools.UnitTesting;
87
using Tests.Shared;

Sources/Tests.LambdaConverters.Wpf/Tests.LambdaConverters.Wpf.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="JetBrains.Annotations" Version="11.0.0" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
2324
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
2425
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
2526
</ItemGroup>

0 commit comments

Comments
 (0)