JsonLdRecipeParser.slnx
+0
-1
diff --git a/JsonLdRecipeParser.slnx b/JsonLdRecipeParser.slnx
index ee5e7ca..d4d4115 100644
@@ -1,7 +1,6 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/JsonLdRecipeParser/JsonLdRecipeParser.csproj" />
<Project Path="src/CompilerServices/CompilerServices.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/JsonLdRecipeParser.Tests/JsonLdRecipeParser.Tests.csproj" />
global.json
+1
-1
diff --git a/global.json b/global.json
index 6730e43..0ee960d 100644
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "11.0.100-preview.5.26302.115",
"version": "11.0.100-preview.6.26359.118",
"allowPrerelease": true,
"rollForward": "disable"
},
src/CompilerServices/ClosedAttribute.cs
+0
-4
diff --git a/src/CompilerServices/ClosedAttribute.cs b/src/CompilerServices/ClosedAttribute.cs
deleted file mode 100644
index 140c49c..0000000
@@ -1,4 +0,0 @@
namespace System.Runtime.CompilerServices;
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class ClosedAttribute : Attribute;
src/CompilerServices/CompilerServices.csproj
+0
-6
diff --git a/src/CompilerServices/CompilerServices.csproj b/src/CompilerServices/CompilerServices.csproj
deleted file mode 100644
index aacf7ab..0000000
@@ -1,6 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>System.Runtime.CompilerServices</RootNamespace>
<AssemblyName>System.Runtime.CompilerServices</AssemblyName>
</PropertyGroup>
</Project>
src/CompilerServices/packages.lock.json
+0
-13
diff --git a/src/CompilerServices/packages.lock.json b/src/CompilerServices/packages.lock.json
deleted file mode 100644
index 2d528eb..0000000
@@ -1,13 +0,0 @@
{
"version": 2,
"dependencies": {
"net11.0": {
"CSharpier.MsBuild": {
"type": "Direct",
"requested": "[1.3.0, )",
"resolved": "1.3.0",
"contentHash": "jzzLpmz7F6LyBh5FTZy8/4dEYVcAG9VjBPKryZ82LIoUuupcBkCSXzaeS/4oYcp/rBC8yVLcDstJ8CIv9n2IFw=="
}
}
}
}
\ No newline at end of file
src/JsonLdRecipeParser/JsonLdRecipeParser.csproj
+0
-3
diff --git a/src/JsonLdRecipeParser/JsonLdRecipeParser.csproj b/src/JsonLdRecipeParser/JsonLdRecipeParser.csproj
index f1f8dcb..979e20c 100644
@@ -6,7 +6,4 @@
<ItemGroup>
<InternalsVisibleTo Include="JsonLdRecipeParser.Tests" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CompilerServices\CompilerServices.csproj" Private="True" />
</ItemGroup>
</Project>