File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/libraries/Microsoft.Bcl.TimeProvider Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
<Compile Include =" Microsoft.Bcl.TimeProvider.Common.cs" />
14
14
</ItemGroup >
15
15
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" >
16
- < PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version = " $(MicrosoftBclAsyncInterfacesVersion) " />
16
+ < ProjectReference Include =" $(LibrariesProjectRoot) Microsoft.Bcl.AsyncInterfaces\ref\Microsoft.Bcl.AsyncInterfaces.csproj " />
17
17
</ItemGroup >
18
18
</Project >
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ System.TimeProvider
14
14
System.ITimer</PackageDescription >
15
15
<!-- This library uses IsPartialFacadeAssembly for which the compiler doesn't produce any XML documentation. -->
16
16
<UseCompilerGeneratedDocXmlFile >false</UseCompilerGeneratedDocXmlFile >
17
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
18
+ <ServicingVersion >1</ServicingVersion >
17
19
</PropertyGroup >
18
20
19
21
<PropertyGroup >
@@ -31,7 +33,7 @@ System.ITimer</PackageDescription>
31
33
</ItemGroup >
32
34
33
35
<ItemGroup Condition =" '$(IsPartialFacadeAssembly)' != 'true'" >
34
- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version = " $(MicrosoftBclAsyncInterfacesVersion) " />
36
+ <ProjectReference Include =" $(LibrariesProjectRoot) Microsoft.Bcl.AsyncInterfaces\src\Microsoft.Bcl.AsyncInterfaces.csproj " />
35
37
</ItemGroup >
36
38
37
39
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
You can’t perform that action at this time.
0 commit comments