File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Google.Api.Generator.Tests/ProtoTests Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <!--
33 - This file is present to avoid using the generator's
4- - Directory.Build.props when building the generated test projects.
4+ - Directory.Build.props when building the generated test projects,
5+ - and to avoid using centralized package versions.
56 -->
7+ <PropertyGroup >
8+ <ManagePackageVersionsCentrally >false</ManagePackageVersionsCentrally >
9+ </PropertyGroup >
610</Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <packageSources >
4+ <clear />
5+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6+ </packageSources >
7+
8+ <packageSourceMapping >
9+ <packageSource key =" nuget.org" >
10+ <package pattern =" *" />
11+ </packageSource >
12+ </packageSourceMapping >
13+ </configuration >
You can’t perform that action at this time.
0 commit comments