Skip to content

Commit d0492fe

Browse files
committed
Resolve merge conflicts after rebase
1 parent a83e701 commit d0492fe

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/Microsoft.Data.SqlClient/src/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@
8686
<AbstractionsProjectPath>$(RepoRoot)/src/Microsoft.Data.SqlClient.Extensions/Abstractions/src/Abstractions.csproj</AbstractionsProjectPath>
8787
<LoggingProjectPath>$(RepoRoot)/src/Microsoft.Data.SqlClient.Internal/Logging/src/Logging.csproj</LoggingProjectPath>
8888

89-
<<<<<<< HEAD
9089
<!-- Properties used by dotnet pack. -->
91-
=======
92-
<NuspecVersion Condition="'$(NuspecVersion)' == ''">$(Version)</NuspecVersion>
93-
>>>>>>> 6da35be91 (Align pack docs with dotnet build and harden SqlClient nuspec prep)
9490
<NuspecFile Condition="'$(NuspecFile)' == ''">$(SqlClientPackNuspecTemplatePath)</NuspecFile>
9591
<NuspecBasePath Condition="'$(NuspecBasePath)' == ''">$([System.IO.Path]::GetDirectoryName('$(SqlClientPackNuspecTemplatePath)'))</NuspecBasePath>
9692
<NuspecVersion Condition="'$(NuspecVersion)' == ''">$(Version)</NuspecVersion>
@@ -117,7 +113,6 @@
117113
<Target Name="PrepareSqlClientPackNuspec"
118114
BeforeTargets="GenerateNuspec"
119115
Condition="'$(NuspecFile)' == '$(SqlClientPackNuspecTemplatePath)'">
120-
<<<<<<< HEAD
121116

122117
<!-- Calculate AbstractionsPackageVersion if not already set. -->
123118
<PropertyGroup Condition="'$(AbstractionsPackageVersion)' == ''">
@@ -137,17 +132,6 @@
137132
</Exec>
138133
<PropertyGroup Condition="'$(GetAbstractionsPackageVersionCommand)' != ''">
139134
<AbstractionsPackageVersion>$([System.Text.RegularExpressions.Regex]::Replace($(AbstractionsPackageVersion), "\s", ""))</AbstractionsPackageVersion>
140-
=======
141-
<Error Text="PrepareSqlClientPackNuspec requires AbstractionsPackageVersion. Specify -p:PackageVersionAbstractions=&lt;version&gt;."
142-
Condition="'$(AbstractionsPackageVersion)' == ''" />
143-
<Error Text="PrepareSqlClientPackNuspec requires LoggingPackageVersion. Specify -p:PackageVersionLogging=&lt;version&gt;."
144-
Condition="'$(LoggingPackageVersion)' == ''" />
145-
<Error Text="PrepareSqlClientPackNuspec requires NuspecVersion. Specify -p:NuspecVersion=&lt;version&gt;."
146-
Condition="'$(NuspecVersion)' == ''" />
147-
148-
<PropertyGroup>
149-
<_SqlClientPackNuspecExpandedText>$([System.IO.File]::ReadAllText('$(SqlClientPackNuspecTemplatePath)').Replace('$AbstractionsPackageVersion$','$(AbstractionsPackageVersion)').Replace('$LoggingPackageVersion$','$(LoggingPackageVersion)').Replace('<version>1.0.0</version>','<version>$(NuspecVersion)</version>'))</_SqlClientPackNuspecExpandedText>
150-
>>>>>>> 6da35be91 (Align pack docs with dotnet build and harden SqlClient nuspec prep)
151135
</PropertyGroup>
152136

153137
<!-- Calculate LoggingPackageVersion if not already set. -->

0 commit comments

Comments
 (0)