File tree 7 files changed +0
-23
lines changed
src/installer/tests/Assets 7 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ public static void Main(string[] args)
13
13
Console . WriteLine ( "Hello World!" ) ;
14
14
Console . WriteLine ( string . Join ( Environment . NewLine , args ) ) ;
15
15
Console . WriteLine ( RuntimeInformation . FrameworkDescription ) ;
16
-
17
- // A small operation involving NewtonSoft.Json to ensure the assembly is loaded properly
18
- var t = typeof ( Newtonsoft . Json . JsonReader ) ;
19
16
}
20
17
}
21
18
}
Original file line number Diff line number Diff line change 7
7
<RuntimeFrameworkVersion >$(MNAVersion)</RuntimeFrameworkVersion >
8
8
</PropertyGroup >
9
9
10
- <ItemGroup >
11
- <PackageReference Include =" Newtonsoft.Json" Version =" $(NewtonsoftJsonVersion)" />
12
- </ItemGroup >
13
-
14
10
</Project >
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ public static void Main(string[] args)
11
11
{
12
12
Console . WriteLine ( "Hello World!" ) ;
13
13
Console . WriteLine ( string . Join ( Environment . NewLine , args ) ) ;
14
-
15
- // A small operation involving NewtonSoft.Json to ensure the assembly is loaded properly
16
- var t = typeof ( Newtonsoft . Json . JsonReader ) ;
17
14
}
18
15
}
19
16
}
Original file line number Diff line number Diff line change 8
8
<RuntimeFrameworkVersion >2.0.7</RuntimeFrameworkVersion >
9
9
</PropertyGroup >
10
10
11
- <ItemGroup >
12
- <PackageReference Include =" Newtonsoft.Json" Version =" $(NewtonsoftJsonVersion)" />
13
- </ItemGroup >
14
-
15
11
</Project >
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ public static void Main(string[] args)
11
11
{
12
12
Console . WriteLine ( "Hello World!" ) ;
13
13
Console . WriteLine ( string . Join ( Environment . NewLine , args ) ) ;
14
-
15
- // A small operation involving NewtonSoft.Json to ensure the assembly is loaded properly
16
- var t = typeof ( Newtonsoft . Json . JsonReader ) ;
17
14
}
18
15
}
19
16
}
Original file line number Diff line number Diff line change 8
8
<RuntimeFrameworkVersion >2.1.0</RuntimeFrameworkVersion >
9
9
</PropertyGroup >
10
10
11
- <ItemGroup >
12
- <PackageReference Include =" Newtonsoft.Json" Version =" $(NewtonsoftJsonVersion)" />
13
- </ItemGroup >
14
-
15
11
</Project >
Original file line number Diff line number Diff line change 13
13
win-x86 tests that assumed a win-x64 app host RID based on the runner SDK.
14
14
-->
15
15
<AppHostRuntimeIdentifier >$(TestTargetRid)</AppHostRuntimeIdentifier >
16
-
17
- <NewtonsoftJsonVersion >13.0.1</NewtonsoftJsonVersion >
18
16
</PropertyGroup >
19
17
</Project >
You can’t perform that action at this time.
0 commit comments