Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Commit

Permalink
strings and regular expressions #29 #36
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannagel committed Apr 11, 2017
1 parent 40f890f commit 16df170
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
5 changes: 2 additions & 3 deletions StringsAndRegularExpressions/Readme.md
Expand Up @@ -7,10 +7,9 @@ This chapter contains the following code samples:
* RegularExpressionPlayground (using regularexpressions, *Regex*)

To build and run the .NET Core samples, please install
* Visual Studio 2015 Update 3
* .NET Core 1.0 for Visual Studio
* Visual Studio 2017 with the .NET Core workload

Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows).
Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core).

For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)

Expand Down
Expand Up @@ -5,8 +5,4 @@
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

</Project>
Expand Up @@ -4,9 +4,5 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>


</Project>
4 changes: 0 additions & 4 deletions StringsAndRegularExpressions/StringSample/StringSample.csproj
Expand Up @@ -5,8 +5,4 @@
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

</Project>

0 comments on commit 16df170

Please sign in to comment.