This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 37
37
</PropertyGroup >
38
38
39
39
<ItemGroup >
40
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
40
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
41
+ <PackageReference Include =" Microsoft.NetFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" >
42
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
43
+ <PrivateAssets >all</PrivateAssets >
44
+ </PackageReference >
41
45
</ItemGroup >
42
46
43
47
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
Original file line number Diff line number Diff line change 22
22
<DefineConstants >$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants >
23
23
</PropertyGroup >
24
24
25
+ <ItemGroup >
26
+ <PackageReference Include =" Microsoft.NetFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" >
27
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
+ <PrivateAssets >all</PrivateAssets >
29
+ </PackageReference >
30
+ </ItemGroup >
31
+
25
32
</Project >
You can’t perform that action at this time.
0 commit comments