File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 35
35
<ProjectReference Include =" ..\React.Core\React.Core.csproj" />
36
36
</ItemGroup >
37
37
38
+ <ItemGroup >
39
+ <PackageReference Include =" Microsoft.Sourcelink.Github" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
40
+ </ItemGroup >
41
+
38
42
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
39
43
<PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.0.0" />
40
44
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0" />
41
45
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.2.0" />
42
46
<PackageReference Include =" Microsoft.Extensions.FileProviders.Physical" Version =" 2.2.0" />
43
47
<PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 2.2.0" />
44
- <PackageReference Include =" Microsoft.Sourcelink.Github" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
45
48
</ItemGroup >
46
49
47
50
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0' " >
Original file line number Diff line number Diff line change 32
32
<ProjectReference Include =" ..\React.Core\React.Core.csproj" />
33
33
</ItemGroup >
34
34
35
+ <ItemGroup >
36
+ <PackageReference Include =" Microsoft.Sourcelink.Github" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
37
+ </ItemGroup >
38
+
35
39
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
36
40
<PackageReference Include =" Microsoft.AspNetCore.Mvc.ViewFeatures" Version =" 2.0.0" />
37
41
</ItemGroup >
Original file line number Diff line number Diff line change 43
43
<Reference Include =" System.Web" />
44
44
<Reference Include =" Microsoft.CSharp" />
45
45
<PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 4.0.40804" />
46
- <PackageReference Include =" Microsoft.Sourcelink.Github" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
46
+ <PackageReference Include =" Microsoft.Sourcelink.Github" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
47
47
</ItemGroup >
48
48
49
49
<ItemGroup >
Original file line number Diff line number Diff line change 29
29
<Compile Include =" ..\SharedAssemblyVersionInfo.cs" />
30
30
</ItemGroup >
31
31
32
+ <ItemGroup >
33
+ <PackageReference Include =" Microsoft.Sourcelink.Github" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
34
+ </ItemGroup >
35
+
32
36
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
33
37
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.0.0" />
34
38
<PackageReference Include =" Microsoft.AspNetCore.Mvc.ViewFeatures" Version =" 2.0.0" />
35
- <PackageReference Include =" Microsoft.Sourcelink.Github" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
36
39
</ItemGroup >
37
40
38
41
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0' " >
You can’t perform that action at this time.
0 commit comments