File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 7
7
<ProjectProperty Include =" TargetFrameworkIdentifier" />
8
8
<ProjectProperty Include =" TargetFrameworkMoniker" />
9
9
<ProjectProperty Include =" TargetFrameworkVersion" />
10
+
11
+ <ProjectProperty Include =" RuntimeIdentifier" />
12
+ <ProjectProperty Include =" RuntimeIdentifiers" />
10
13
</ItemGroup >
11
14
12
15
</Project >
Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ public void CanUseHierarchicalMetadata()
124
124
public void CanUseProjectProperty ( )
125
125
=> Assert . Equal ( "Bar" , ThisAssembly . Project . Foo ) ;
126
126
127
+ /// <summary />
128
+ [ Fact ]
129
+ public void CanUseProjectProperty2 ( )
130
+ => Assert . NotEmpty ( ThisAssembly . Project . RuntimeIdentifiers ) ;
131
+
127
132
/// <summary />
128
133
[ Fact ]
129
134
public void CanUseStringsNamedArguments ( )
Original file line number Diff line number Diff line change 26
26
<ProjectFileComment >$(ProjectFile)</ProjectFileComment >
27
27
<GenerateDocumentationFile >true</GenerateDocumentationFile >
28
28
<WarningsAsErrors >true</WarningsAsErrors >
29
+ <RuntimeIdentifiers >win-x64;linux-x86</RuntimeIdentifiers >
29
30
</PropertyGroup >
30
31
31
32
<Import Project =" ..\*\ThisAssembly*.props" />
You can’t perform that action at this time.
0 commit comments