Skip to content

Commit 4e804d6

Browse files
author
maddieclayton
committed
Merge branch 'removeCRT' of https://github.com/maddieclayton/azure-powershell-common into removeCRT
2 parents 21d4e8d + 12a4ccc commit 4e804d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pack.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ItemGroup>
3232
<Net452Projects Include="$(Src)**\*.csproj" Exclude="$(Src)**\*.Netcore.csproj;$(Src)**\*.Tests.csproj;$(Src)**\*.Test.csproj;$(Src)**\*.UnitTest.csproj" />
3333
</ItemGroup>
34-
<Exec Command="$(NuGet) pack %(Net452Projects.FullPath) -OutputDirectory $(Net452PackDir) -Properties Configuration=$(Configuration) -Version $(PackageVersion)-preview -IncludeReferencedProjects -MSBuildVersion 14" />
34+
<Exec Command="$(NuGet) pack %(Net452Projects.FullPath) -OutputDirectory $(Net452PackDir) -Properties Configuration=$(Configuration) -Version $(PackageVersion)-preview -IncludeReferencedProjects" />
3535
</Target>
3636

3737
<Target Name="All" DependsOnTargets="net452">

0 commit comments

Comments
 (0)