File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 5
5
<Nullable >enable</Nullable >
6
6
</PropertyGroup >
7
7
8
+ <ItemGroup >
9
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2020.1.0" PrivateAssets =" All" />
10
+ </ItemGroup >
11
+
8
12
<!-- Workaround for https://github.com/dotnet/sourcelink/issues/572 -->
9
13
<ItemGroup >
10
14
<SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
Original file line number Diff line number Diff line change 11
11
<TargetFrameworks >netcoreapp3.1;netcoreapp2.1;net47</TargetFrameworks >
12
12
</PropertyGroup >
13
13
14
- <PropertyGroup >
14
+ <PropertyGroup >
15
15
<!-- When compiling .NET SDK 2.0 projects targeting .NET 4.x on Mono using 'dotnet build' you -->
16
16
<!-- have to teachcd MSBuild where the Mono copy of the reference asssemblies is -->
17
17
<TargetIsMono Condition =" $(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'" >true</TargetIsMono >
25
25
26
26
<!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 -->
27
27
<AssemblySearchPaths Condition =" '$(BaseFrameworkPathOverrideForMono)' != ''" >$(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths >
28
-
29
28
</PropertyGroup >
30
29
31
30
<ItemGroup Condition =" '$(TargetFramework)' == 'net47' " >
42
41
43
42
<ItemGroup >
44
43
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
45
- <PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
46
44
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
47
45
<PackageReference Include =" xunit" Version =" 2.4.1" />
48
46
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
51
49
<ItemGroup Condition =" '$(TargetFramework)' == 'net47' " >
52
50
<PackageReference Include =" ZeroMQ" Version =" 4.1.0.31" />
53
51
</ItemGroup >
52
+
54
53
</Project >
Original file line number Diff line number Diff line change 35
35
36
36
<ItemGroup >
37
37
<PackageReference Include =" AsyncIO" Version =" 0.1.69" />
38
- <PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
39
38
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
40
39
<PackageReference Include =" NaCl.Net" Version =" 0.1.6-pre" />
41
40
</ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp2.1</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
</PropertyGroup >
7
- <ItemGroup >
8
- <ProjectReference Include =" ..\..\NetMQ\NetMQ.csproj" />
9
- </ItemGroup >
10
7
11
8
<ItemGroup >
12
- <PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" >
13
- <PrivateAssets >All</PrivateAssets >
14
- </PackageReference >
9
+ <ProjectReference Include =" ..\..\NetMQ\NetMQ.csproj" />
15
10
</ItemGroup >
16
11
17
12
</Project >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp2.1</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
</PropertyGroup >
7
+
7
8
<ItemGroup >
8
9
<ProjectReference Include =" ..\..\NetMQ\NetMQ.csproj" />
9
10
</ItemGroup >
You can’t perform that action at this time.
0 commit comments