Skip to content

Commit

Permalink
cleanup csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 28, 2023
1 parent 7798d3d commit e49ec20
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions MyApp/MyApp.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<PublishProfile>DefaultContainer</PublishProfile>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PublishProfile>DefaultContainer</PublishProfile>
</PropertyGroup>
<ItemGroup>
<Using Include="MyApp" />
<Using Include="ServiceStack" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceStack" Version="8.*" />
</ItemGroup>
Expand All @@ -24,8 +20,4 @@
<ProjectReference Include="..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="wwwroot\js\dtos.mjs" />
</ItemGroup>

</Project>

0 comments on commit e49ec20

Please sign in to comment.