Skip to content

Commit 0ab36c3

Browse files
committed
Obsolete previous two packages
1 parent 9dfb18f commit 0ab36c3

5 files changed

Lines changed: 60 additions & 0 deletions

File tree

Web.sln

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
readme.md = readme.md
1515
EndProjectSection
1616
EndProject
17+
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Css", "src\Css\Css.msbuildproj", "{D60954DA-76B9-4AD7-94C2-B85CF239D146}"
18+
EndProject
19+
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Html", "src\Html\Html.msbuildproj", "{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}"
20+
EndProject
1721
Global
1822
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1923
Debug|Any CPU = Debug|Any CPU
@@ -28,6 +32,14 @@ Global
2832
{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}.Debug|Any CPU.Build.0 = Debug|Any CPU
2933
{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}.Release|Any CPU.ActiveCfg = Release|Any CPU
3034
{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}.Release|Any CPU.Build.0 = Release|Any CPU
35+
{D60954DA-76B9-4AD7-94C2-B85CF239D146}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36+
{D60954DA-76B9-4AD7-94C2-B85CF239D146}.Debug|Any CPU.Build.0 = Debug|Any CPU
37+
{D60954DA-76B9-4AD7-94C2-B85CF239D146}.Release|Any CPU.ActiveCfg = Release|Any CPU
38+
{D60954DA-76B9-4AD7-94C2-B85CF239D146}.Release|Any CPU.Build.0 = Release|Any CPU
39+
{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40+
{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
41+
{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
42+
{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}.Release|Any CPU.Build.0 = Release|Any CPU
3143
EndGlobalSection
3244
GlobalSection(SolutionProperties) = preSolution
3345
HideSolutionNode = FALSE

src/Css/Css.msbuildproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Project Sdk="Microsoft.Build.NoTargets/3.5.0" TreatAsLocalProperty="Version">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<PackageId>Devlooped.Xml.Css</PackageId>
6+
<PackageReadme>readme.md</PackageReadme>
7+
<Description>Superseded by Devlooped.Web</Description>
8+
<Version>2.0.0</Version>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
13+
<PackageReference Include="NuGetizer" Version="0.8.0" PrivateAssets="all" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<ProjectReference Include="..\Web\Web.csproj" />
18+
</ItemGroup>
19+
20+
</Project>

src/Css/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Obsolete
2+
3+
This package now just references [Devlooped.Web](http://nuget.org/packages/Devlooped.Web)
4+
which contains all its functionality.

src/Html/Html.msbuildproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Project Sdk="Microsoft.Build.NoTargets/3.5.0" TreatAsLocalProperty="Version">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<PackageId>Devlooped.Html</PackageId>
6+
<PackageReadme>readme.md</PackageReadme>
7+
<Description>Superseded by Devlooped.Web</Description>
8+
<Version>1.0.0</Version>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
13+
<PackageReference Include="NuGetizer" Version="0.8.0" PrivateAssets="all" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<ProjectReference Include="..\Web\Web.csproj" />
18+
</ItemGroup>
19+
20+
</Project>

src/Html/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Obsolete
2+
3+
This package now just references [Devlooped.Web](http://nuget.org/packages/Devlooped.Web)
4+
which contains all its functionality.

0 commit comments

Comments
 (0)