Skip to content

Commit

Permalink
Move validation for .NET Core RID in-box
Browse files Browse the repository at this point in the history
Previously, Microsoft.NETCore.App package would do this in a custom
target with the PackageDependency items that we no longer raise by
default.

Also, use repo-toolset to generate designer code for resx during build.
There was a  project system bug preventing it from getting generated in VS.
  • Loading branch information
nguerrera committed Jan 18, 2018
1 parent 40ba317 commit 35af8b0
Show file tree
Hide file tree
Showing 21 changed files with 167 additions and 502 deletions.
1 change: 0 additions & 1 deletion sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{09AD2F
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{7D6CD7B6-0237-40DD-9911-44FF22292131}"
ProjectSection(SolutionItems) = preProject
src\Tasks\Common\Resources\Strings.Designer.cs = src\Tasks\Common\Resources\Strings.Designer.cs
src\Tasks\Common\Resources\Strings.resx = src\Tasks\Common\Resources\Strings.resx
EndProjectSection
EndProject
Expand Down
Loading

0 comments on commit 35af8b0

Please sign in to comment.