mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +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;
|
||||||
using ApprovalTests.Reporters;
|
using ApprovalTests.Reporters;
|
||||||
|
|
||||||
namespace csharpcore
|
namespace GuildedRose
|
||||||
{
|
{
|
||||||
[UseReporter(typeof(DiffReporter))]
|
[UseReporter(typeof(DiffReporter))]
|
||||||
public class ApprovalTest
|
public class ApprovalTest
|
||||||
@ -1,6 +1,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace csharpcore
|
namespace GuildedRose
|
||||||
{
|
{
|
||||||
public class GildedRose
|
public class GildedRose
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
using Xunit;
|
using Xunit;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace csharpcore
|
namespace GuildedRose
|
||||||
{
|
{
|
||||||
public class GildedRoseTest
|
public class GildedRoseTest
|
||||||
{
|
{
|
||||||
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
<StartupObject>csharpcore.Program</StartupObject>
|
<StartupObject>GuildedRose.Program</StartupObject>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace csharpcore
|
namespace GuildedRose
|
||||||
{
|
{
|
||||||
public class Item
|
public class Item
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace csharpcore
|
namespace GuildedRose
|
||||||
{
|
{
|
||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
Loading…
Reference in New Issue
Block a user