File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ # DO NOT SPECIFY AUTHENTICATION CREDENTIALS IN THIS FILE.
2+ # It should only be used to configure NPM registry sources.
3+
4+ # Use ADO public NPM registry to be complient
5+ # Additional registries should be added as upstreams instead of being added here.
6+
7+ registry = https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/npm/registry/
8+ always-auth = true
Original file line number Diff line number Diff line change 88 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.1.0" /><!-- 4.1.0 is compatible with .NET Standard -->
99 <PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" />
1010 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
11+ <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
1112 <PackageVersion Include =" Nerdbank.GitVersioning" Version =" 3.6.133" />
1213 <PackageVersion Include =" Nullability.Source" Version =" 2.1.0" />
1314 <PackageVersion Include =" System.Memory" Version =" 4.5.5" />
Original file line number Diff line number Diff line change 11<configuration >
22 <packageSources >
33 <clear />
4- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
4+ <!-- We must use ADO feed to be compliant. -->
5+ <add key =" react-native-public" value =" https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
56 </packageSources >
67 <disabledPackageSources >
78 <clear />
Original file line number Diff line number Diff line change 33 <packageSources >
44 <clear />
55 <add key =" local" value =" ../out/pkg" />
6- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6+ <!-- We must use ADO feed to be compliant. -->
7+ <add key =" react-native-public" value =" https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
78 </packageSources >
89 <disabledPackageSources >
910 <clear />
Original file line number Diff line number Diff line change 33 <packageSources >
44 <clear />
55 <add key =" local" value =" ../../out/pkg" />
6- <add key =" react-native" value =" https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
6+ <!-- We must use ADO feed to be compliant. -->
7+ <add key =" react-native-public" value =" https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
78 </packageSources >
89 <disabledPackageSources >
910 <clear />
Original file line number Diff line number Diff line change 44 "@fluidframework/tinylicious-client" : " ^1.3.6" ,
55 "fluid-framework" : " ^1.3.6" ,
66 "node-api-dotnet" : " file:../../out/pkg/node-api-dotnet" ,
7- "tinylicious" : " ^0.7.3 "
7+ "tinylicious" : " ^5.0.0 "
88 }
99}
Original file line number Diff line number Diff line change 33
44 <ItemGroup >
55 <PackageReference Include =" Nerdbank.GitVersioning" PrivateAssets =" all" />
6+ <PackageReference Include =" Microsoft.SourceLink.GitHub" PrivateAssets =" All" />
67 <!-- All projects need to be rebuilt if the version changes. -->
78 <Content Include =" $(MSBuildThisFileDirectory)version.json" Link =" version.json" >
89 <CopyToOutputDirectory >DoNotCopy</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 33 <packageSources >
44 <clear />
55 <add key =" local" value =" ../../out/pkg" />
6- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6+ <!-- We must use ADO feed to be compliant. -->
7+ <add key =" react-native-public" value =" https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
78 </packageSources >
89 <disabledPackageSources >
910 <clear />
You can’t perform that action at this time.
0 commit comments