Migration: Do not add RIDs for Library projects (#5279)
* WIP * Do not add runtime identifiers for libraries * Reusing an existing test project * Fix up tests
This commit is contained in:
parent
0bd6303f47
commit
03be0e56d4
10 changed files with 134 additions and 3 deletions
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace Library
|
||||
{
|
||||
public class TestLib
|
||||
{
|
||||
public static void Test()
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue