File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
2-
32 <PropertyGroup >
43 <OutputType >Library</OutputType >
54 <PackOnBuild >true</PackOnBuild >
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" />
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 >
You can’t perform that action at this time.
0 commit comments