File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
src/Microsoft.Web.Xdt.Extensions Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 50
50
</ItemGroup >
51
51
52
52
<ItemGroup >
53
- <SamplesProject Include =" $(RepositoryRoot)src\samples\**\*.csproj;" />
53
+ <SamplesProject Include =" $(RepositoryRoot)src\**\ samples\**\*.csproj;" />
54
54
55
55
<ProjectToExclude Include =" @(SamplesProject)" Condition =" '$(BuildSamples)' == 'false' " />
56
56
Original file line number Diff line number Diff line change 5
5
<Import Project =" build\dependencies.props" />
6
6
<Import Project =" version.props" />
7
7
8
+ <PropertyGroup >
9
+ <EnableApiCheck >false</EnableApiCheck >
10
+ <GenerateSourceLinkFile >false</GenerateSourceLinkFile >
11
+ </PropertyGroup >
12
+
8
13
</Project >
Original file line number Diff line number Diff line change 3
3
<MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
4
4
</PropertyGroup >
5
5
6
+ <Import Project =" ..\..\..\build\dependencies.props" />
7
+
6
8
<PropertyGroup Label =" Package Versions" >
7
- <InternalAspNetCoreSdkPackageVersion >3.0.0-build-20181114.5</InternalAspNetCoreSdkPackageVersion >
8
9
<MicrosoftAspNetCoreAzureAppServicesSiteExtension21PackageVersion >2.1.1-rtm-31076</MicrosoftAspNetCoreAzureAppServicesSiteExtension21PackageVersion >
9
10
<MicrosoftAspNetCoreAzureAppServicesSiteExtension22PackageVersion >2.2.0-rtm-35515</MicrosoftAspNetCoreAzureAppServicesSiteExtension22PackageVersion >
10
- <MicrosoftNETTestSdkPackageVersion >15.6.1</MicrosoftNETTestSdkPackageVersion >
11
- <MicrosoftWebXdtPackageVersion >1.4.0</MicrosoftWebXdtPackageVersion >
12
- <XunitPackageVersion >2.4.0</XunitPackageVersion >
13
- <XunitRunnerVisualStudioPackageVersion >2.4.0</XunitRunnerVisualStudioPackageVersion >
14
11
</PropertyGroup >
15
12
16
13
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
-
4
- <ItemGroup >
5
- <ExcludeFromPack Include =" $(RepositoryRoot)src\Microsoft.Web.Xdt.Extensions\*.csproj" />
6
- </ItemGroup >
7
-
3
+ <PropertyGroup >
4
+ <!-- Disable KoreBuild restrictions while we re-work dependency management. -->
5
+ <DisablePackageReferenceRestrictions >true</DisablePackageReferenceRestrictions >
6
+ </PropertyGroup >
8
7
</Project >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 2.2 .100-preview3-009430 "
3
+ "version" : " 3.0 .100-preview-009750 "
4
4
},
5
5
"msbuild-sdks" : {
6
- "Internal.AspNetCore.Sdk" : " 3.0.0-alpha1-20181018.6 "
6
+ "Internal.AspNetCore.Sdk" : " 3.0.0-build-20181114.5 "
7
7
}
8
8
}
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >Additional functionality for Xdt transforms.</Description >
5
5
<TargetFramework >net461</TargetFramework >
6
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
7
- <PackageTags >xdt</PackageTags >
6
+ <IsPackable >false</IsPackable >
8
7
</PropertyGroup >
9
8
10
9
<ItemGroup >
11
10
<PackageReference Include =" Microsoft.Web.Xdt" Version =" $(MicrosoftWebXdtPackageVersion)" />
12
11
</ItemGroup >
13
12
14
- </Project >
13
+ </Project >
You can’t perform that action at this time.
0 commit comments