Skip to content

Commit c818a11

Browse files
authored
Rename solution to EFCore.sln (dotnet#32344)
1 parent 1e32073 commit c818a11

9 files changed

+8
-59
lines changed

EFCore.Cosmos.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "All.sln",
3+
"path": "EFCore.sln",
44
"projects": [
55
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
66
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

EFCore.Relational.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "All.sln",
3+
"path": "EFCore.sln",
44
"projects": [
55
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
66
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

EFCore.Runtime.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "All.sln",
3+
"path": "EFCore.sln",
44
"projects": [
55
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
66
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

EFCore.Sqlite.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "All.sln",
3+
"path": "EFCore.sln",
44
"projects": [
55
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
66
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

EFCore.Tools.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "All.sln",
3+
"path": "EFCore.sln",
44
"projects": [
55
"src\\dotnet-ef\\dotnet-ef.csproj",
66
"src\\ef\\ef.csproj",

All.sln EFCore.sln

File renamed without changes.

All.sln.DotSettings EFCore.sln.DotSettings

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The .NET Foundation licenses this file to you under the MIT license.
261261

262262

263263
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=EF4F00E20178B341995BD2EFE53739B5/@KeyIndexDefined">True</s:Boolean>
264-
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=EF4F00E20178B341995BD2EFE53739B5/AbsolutePath/@EntryValue">C:\repos\EntityFrameworkCore\All.sln.DotSettings</s:String>
264+
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=EF4F00E20178B341995BD2EFE53739B5/AbsolutePath/@EntryValue">C:\repos\EntityFrameworkCore\EFCore.sln.DotSettings</s:String>
265265
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=EF4F00E20178B341995BD2EFE53739B5/RelativePath/@EntryValue"></s:String>
266266

267267

@@ -343,4 +343,4 @@ The .NET Foundation licenses this file to you under the MIT license.&#xD;
343343
<s:Boolean x:Key="/Default/UserDictionary/Words/=Uniquified/@EntryIndexedValue">True</s:Boolean>
344344
<s:Boolean x:Key="/Default/UserDictionary/Words/=Uniquifier/@EntryIndexedValue">True</s:Boolean>
345345
<s:Boolean x:Key="/Default/UserDictionary/Words/=Uniquify/@EntryIndexedValue">True</s:Boolean>
346-
<s:Boolean x:Key="/Default/UserDictionary/Words/=Xunit/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
346+
<s:Boolean x:Key="/Default/UserDictionary/Words/=Xunit/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

EFCore.slnf

-51
This file was deleted.

Microsoft.Data.Sqlite.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "All.sln",
3+
"path": "EFCore.sln",
44
"projects": [
55
"src\\Microsoft.Data.Sqlite.Core\\Microsoft.Data.Sqlite.Core.csproj",
66
"src\\Microsoft.Data.Sqlite\\Microsoft.Data.Sqlite.csproj",

0 commit comments

Comments
 (0)