Skip to content

Commit 06cd427

Browse files
committed
Convert all projects to use dotnet cli preview4 tools
This change migrates all existing projects over to MSBuild projects that work with preview4 of the dotnet cli tools. This allows us to build our Full- and CoreCLR code with a single set of projects, even our our CI server.
1 parent 705bafb commit 06cd427

File tree

44 files changed

+542
-2067
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+542
-2067
lines changed

PowerShellEditorServices.Common.props

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
3+
4+
<PropertyGroup>
5+
<VersionPrefix>0.9.0</VersionPrefix>
6+
<VersionSuffix>beta</VersionSuffix>
7+
<Company>Microsoft</Company>
8+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
9+
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>
10+
<PackageLicenseUrl>https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE</PackageLicenseUrl>
11+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
12+
<RepositoryType>git</RepositoryType>
13+
<RepositoryUrl>https://github.com/PowerShell/PowerShellEditorServices</RepositoryUrl>
14+
</PropertyGroup>
15+
</Project>

PowerShellEditorServices.NoNano.sln

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)