mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Rename C# project to GuildedRose
This commit is contained in:
parent
81b0853d49
commit
0e0c025509
@ -5,7 +5,7 @@ using System.Text;
|
||||
using ApprovalTests;
|
||||
using ApprovalTests.Reporters;
|
||||
|
||||
namespace csharpcore
|
||||
namespace GuildedRose
|
||||
{
|
||||
[UseReporter(typeof(DiffReporter))]
|
||||
public class ApprovalTest
|
||||
@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace csharpcore
|
||||
namespace GuildedRose
|
||||
{
|
||||
public class GildedRose
|
||||
{
|
||||
@ -1,7 +1,7 @@
|
||||
using Xunit;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace csharpcore
|
||||
namespace GuildedRose
|
||||
{
|
||||
public class GildedRoseTest
|
||||
{
|
||||
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<StartupObject>csharpcore.Program</StartupObject>
|
||||
<StartupObject>GuildedRose.Program</StartupObject>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@ -1,4 +1,4 @@
|
||||
namespace csharpcore
|
||||
namespace GuildedRose
|
||||
{
|
||||
public class Item
|
||||
{
|
||||
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace csharpcore
|
||||
namespace GuildedRose
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
Loading…
Reference in New Issue
Block a user