Skip to content
Snippets Groups Projects
Select Git revision
  • a418d6d298cf5acd274b85c042b4be3626362a46
  • master default protected
  • currentHEAD
  • ProtHPC_2022_Q2
  • ProtHPC2021Q4
5 results

cnn_tf.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Database.Actions.csproj 476 B
    <Project Sdk="Microsoft.NET.Sdk">
    
      <PropertyGroup>
        <OutputType>Exe</OutputType>
    	  <RootNamespace>Coscine.Database.Actions</RootNamespace>
    	  <AssemblyName>Coscine.Database.Actions</AssemblyName>
    	  <TargetFramework>net6.0</TargetFramework>
     	  <Version>2.14.0</Version>
      </PropertyGroup>
    	<ItemGroup>
    		<PackageReference Include="Coscine.Database.Helpers" Version="2.*-*" />
    		<PackageReference Include="Coscine.Migrations" Version="2.*-*" />
    	</ItemGroup>
    </Project>