Commit 8bf21b6 1 parent b0e115f commit 8bf21b6 Copy full SHA for 8bf21b6
File tree 9 files changed +459
-242
lines changed
9 files changed +459
-242
lines changed 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 8
8
<PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.1.0" /><!-- 4.1.0 is compatible with .NET Standard -->
9
9
<PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" />
10
10
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
11
+ <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
11
12
<PackageVersion Include =" Nerdbank.GitVersioning" Version =" 3.6.133" />
12
13
<PackageVersion Include =" Nullability.Source" Version =" 2.1.0" />
13
14
<PackageVersion Include =" System.Memory" Version =" 4.5.5" />
Original file line number Diff line number Diff line change 1
1
<configuration >
2
2
<packageSources >
3
3
<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" />
5
6
</packageSources >
6
7
<disabledPackageSources >
7
8
<clear />
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<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" />
7
8
</packageSources >
8
9
<disabledPackageSources >
9
10
<clear />
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<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" />
7
8
</packageSources >
8
9
<disabledPackageSources >
9
10
<clear />
Original file line number Diff line number Diff line change 4
4
"@fluidframework/tinylicious-client" : " ^1.3.6" ,
5
5
"fluid-framework" : " ^1.3.6" ,
6
6
"node-api-dotnet" : " file:../../out/pkg/node-api-dotnet" ,
7
- "tinylicious" : " ^0.7.3 "
7
+ "tinylicious" : " ^5.0.0 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 3
3
4
4
<ItemGroup >
5
5
<PackageReference Include =" Nerdbank.GitVersioning" PrivateAssets =" all" />
6
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" PrivateAssets =" All" />
6
7
<!-- All projects need to be rebuilt if the version changes. -->
7
8
<Content Include =" $(MSBuildThisFileDirectory)version.json" Link =" version.json" >
8
9
<CopyToOutputDirectory >DoNotCopy</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<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" />
7
8
</packageSources >
8
9
<disabledPackageSources >
9
10
<clear />
You can’t perform that action at this time.
0 commit comments