File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" JetBrains.Annotations" Version =" 2022.3.1" PrivateAssets =" All" />
12
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
12
13
</ItemGroup >
13
14
14
15
<!-- Workaround for https://github.com/dotnet/sourcelink/issues/572 -->
Original file line number Diff line number Diff line change 23
23
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
24
24
<GenerateDocumentationFile >true</GenerateDocumentationFile >
25
25
</PropertyGroup >
26
-
26
+
27
27
<PropertyGroup Condition =" '$(TargetFramework)' != 'netstandard2.1' " >
28
28
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
29
29
</PropertyGroup >
35
35
36
36
<ItemGroup >
37
37
<PackageReference Include =" AsyncIO" Version =" 0.1.69" />
38
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
39
38
<PackageReference Include =" NaCl.Net" Version =" 0.1.13" />
40
39
</ItemGroup >
41
-
40
+
42
41
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
43
42
<PackageReference Include =" System.ServiceModel.Primitives" Version =" 4.9.0" />
44
- <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
45
- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
46
43
</ItemGroup >
47
44
48
45
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
49
46
<PackageReference Include =" System.ServiceModel.Primitives" Version =" 4.9.0" />
50
- <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
51
47
</ItemGroup >
52
48
53
49
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework' " >
You can’t perform that action at this time.
0 commit comments