Skip to content

Commit a859986

Browse files
committed
fix csproj
1 parent e1c6694 commit a859986

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

SimApi.csproj

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
32
<PropertyGroup>
43
<OutputType>Library</OutputType>
54
<PackOnBuild>true</PackOnBuild>
@@ -12,10 +11,6 @@
1211
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
1312
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1413
</PropertyGroup>
15-
<ItemGroup>
16-
<Folder Include="Communications\"/>
17-
<Folder Include="Exceptions\"/>
18-
</ItemGroup>
1914
<ItemGroup>
2015
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.22" />
2116
<PackageReference Include="Hangfire.Console" Version="1.4.3"/>
@@ -26,16 +21,4 @@
2621
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="10.1.0" />
2722
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.0" />
2823
</ItemGroup>
29-
<ItemGroup>
30-
<Content Include=".github\workflows\nuget-publish.yml" />
31-
</ItemGroup>
32-
<ProjectExtensions>
33-
<MonoDevelop>
34-
<Properties>
35-
<Policies>
36-
<DotNetNamingPolicy ResourceNamePolicy="FileFormatDefault" DirectoryNamespaceAssociation="PrefixedHierarchical"/>
37-
</Policies>
38-
</Properties>
39-
</MonoDevelop>
40-
</ProjectExtensions>
4124
</Project>

0 commit comments

Comments
 (0)