Skip to content

Commit

Permalink
Merge pull request #1 from myialine/changes
Browse files Browse the repository at this point in the history
comitt
  • Loading branch information
myialine authored Aug 12, 2019
2 parents f33fcbc + 4cecc13 commit 1a7e356
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Collab_Session/Collab_Session.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Reference Include="System">
<HintPath>System</HintPath>
</Reference>
<Reference Include="System.Data">
<HintPath>System.Data</HintPath>
</Reference>
<Reference Include="System.Drawing">
<HintPath>System.Drawing</HintPath>
</Reference>
<Reference Include="System.Xml">
<HintPath>System.Xml</HintPath>
</Reference>
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions Collab_Session/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ class Program
static void Main(string[] args)
{
Console.WriteLine("Hello World!");

Console.WriteLine("Bye World!");

}
}
}

0 comments on commit 1a7e356

Please # to comment.