-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Azure.Core 2.0/System.ClientModel Integration #41773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4b9682d
1de8c31
2748b05
35f2e7f
af87fe0
2644b26
f5c09a1
28be90b
3b7641f
1d5be20
7689d55
9f071bb
4f5e213
f56eb5a
d9007f7
f707930
cbb794d
897996e
2ec743c
99b74b8
ebb3442
10be5d2
de10745
f4c4d25
f384e3c
4cbd1eb
b3646a8
b0a7ddb
2f56c71
a3562d4
447c966
a525bc2
1dffd97
9dc085b
207d974
b0c7ce8
fe9839d
5b8bb53
0d1ec89
983f669
0b5b5d6
585bfc6
f12f597
78f57c8
73fca66
3f9f594
d9a2808
4c1cd7a
5de4f0d
79f831f
a3548d3
b24647d
23fce2f
260ad2b
8ec76d2
d73e12b
d3cc683
20bd68a
0d6820e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <Description>This is the implementation of the Azure Client Pipeline</Description> | ||
| <AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle> | ||
| <Version>1.39.0-beta.1</Version> | ||
| <Version>2.0.0-beta.1</Version> | ||
| <!--The ApiCompatVersion is managed automatically and should not generally be modified manually.--> | ||
| <ApiCompatVersion>1.38.0</ApiCompatVersion> | ||
| <PackageTags>Microsoft Azure Client Pipeline</PackageTags> | ||
|
|
@@ -75,4 +75,8 @@ | |
| <Compile Include="Shared\TypeReferenceTypeAttribute.cs" /> | ||
| </ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
| <ProjectReference Include="..\..\System.ClientModel\src\System.ClientModel.csproj" /> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will become a package reference after System.ClientModel GA's, which is a prerequisite to merging this PR. |
||
| </ItemGroup> | ||
|
|
||
| </Project> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will go back to a package reference once Azure.Core 2.0 GAs.