Skip to content

Commit da7ec88

Browse files
authored
[Azure.Core.Experimental] Package Ref to Core (#18618)
The focus of these changes is to shift to a pacakge reference to Azure.Core, allowing the dependency to bind to the latest GA release.
1 parent 1370755 commit da7ec88

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/core/Azure.Core.Experimental/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Release History
22

3-
## 0.1.0-preview.9 (Unreleased)
3+
## 0.1.0-preview.9 (2021-02-09)
44

5+
### Key Bug Fixes
6+
- Fixed a dependency issue with `Azure.Core`, rebinding the reference to the latest released package.
57

68
## 0.1.0-preview.8 (2021-02-09)
79

sdk/core/Azure.Core.Experimental/src/Azure.Core.Experimental.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<ProjectReference Include="../../Azure.Core/src/Azure.Core.csproj" />
13+
<PackageReference Include="Azure.Core" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)