Skip to content

Commit

Permalink
13192221: Point to the Rl.Net nuget package from SDK dev drop (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhuang01 committed Feb 8, 2022
1 parent d99d43f commit 9b1c3b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
Used for azure-sdk-tools repo until issue https://github.com/Azure/azure-sdk-tools/issues/1329 is addressed
-->
<add key="azure-sdk-tools" value="https://azuresdkartifacts.blob.core.windows.net/azure-sdk-tools/index.json" />
<add key="air-msrai-decisionservice-Consumption" value="https://msazure.pkgs.visualstudio.com/one/_packaging/air-msrai-decisionservice-Consumption/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="Azure.Core" />
<PackageReference Include="Microsoft.RL" VersionOverride="1.0.18120003-INTERNAL" />
<PackageReference Include="Microsoft.RL" VersionOverride="1.0.18530001-INTERNAL" />
<PackageReference Include="System.Text.Json" VersionOverride="6.0.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NoWarn>$(NoWarn);CS8032</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.RL" VersionOverride="1.0.18120003-INTERNAL" />
<PackageReference Include="Microsoft.RL" VersionOverride="1.0.18530001-INTERNAL" />
</ItemGroup>


Expand Down

0 comments on commit 9b1c3b0

Please sign in to comment.